Sfoglia il codice sorgente

Delete empty diagnostic_emitter.cpp (#1007)

Jon Meow 4 anni fa
parent
commit
a30a2b6730

+ 0 - 1
toolchain/diagnostics/BUILD

@@ -6,7 +6,6 @@ package(default_visibility = ["//visibility:public"])
 
 cc_library(
     name = "diagnostic_emitter",
-    srcs = ["diagnostic_emitter.cpp"],
     hdrs = ["diagnostic_emitter.h"],
     deps = ["@llvm-project//llvm:Support"],
 )

+ 0 - 7
toolchain/diagnostics/diagnostic_emitter.cpp

@@ -1,7 +0,0 @@
-// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
-// Exceptions. See /LICENSE for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-
-#include "toolchain/diagnostics/diagnostic_emitter.h"
-
-namespace Carbon {}  // namespace Carbon