aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-21 06:06:09 +0000
committerChris Lattner <sabre@nondot.org>2009-04-21 06:06:09 +0000
commit32b325fb33d4bd7a5324c73f338144390362da39 (patch)
treea02c186a7f413747a32f5d1af23d97fabad396d0
parent70aa5f9e9f3ec77327f701562efc53d7c36c5843 (diff)
this time with more workingness.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69669 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Frontend/InitPreprocessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/InitPreprocessor.cpp b/lib/Frontend/InitPreprocessor.cpp
index c0ca1ecd19..9cc83ef219 100644
--- a/lib/Frontend/InitPreprocessor.cpp
+++ b/lib/Frontend/InitPreprocessor.cpp
@@ -449,7 +449,6 @@ bool InitializePreprocessor(Preprocessor &PP,
AddImplicitIncludePTH(PredefineBuffer, PP, I->first);
else
AddImplicitInclude(PredefineBuffer, I->first);
- }
}
LineDirective = "# 2 \"<built-in>\" 2\n";