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