summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp')
-rw-r--r--gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp b/gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
deleted file mode 100644
index d77fd180ea0..00000000000
--- a/gnu/llvm/tools/clang/lib/Frontend/ChainedDiagnosticConsumer.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//===- ChainedDiagnosticConsumer.cpp - Chain Diagnostic Clients -----------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#include "clang/Frontend/ChainedDiagnosticConsumer.h"
-
-using namespace clang;
-
-void ChainedDiagnosticConsumer::anchor() { }