From: Chris Lattner Date: Tue, 21 Apr 2009 06:06:09 +0000 (+0000) Subject: this time with more workingness. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32b325fb33d4bd7a5324c73f338144390362da39;p=clang this time with more workingness. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69669 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 \"\" 2\n";