[cfe-commits] r40386 - /cfe/trunk/Driver/PrintPreprocessedOutput.cpp
Chris Lattner
sabre at nondot.org
Sat Jul 21 23:40:36 PDT 2007
Author: lattner
Date: Sun Jul 22 01:40:36 2007
New Revision: 40386
URL: http://llvm.org/viewvc/llvm-project?rev=40386&view=rev
Log:
remove redundant test
Modified:
cfe/trunk/Driver/PrintPreprocessedOutput.cpp
Modified: cfe/trunk/Driver/PrintPreprocessedOutput.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/PrintPreprocessedOutput.cpp?rev=40386&r1=40385&r2=40386&view=diff
==============================================================================
--- cfe/trunk/Driver/PrintPreprocessedOutput.cpp (original)
+++ cfe/trunk/Driver/PrintPreprocessedOutput.cpp Sun Jul 22 01:40:36 2007
@@ -212,8 +212,6 @@
EmittedTokensOnThisLine = false;
}
- if (DisableLineMarkers) return;
-
OutputChar('#');
OutputChar(' ');
std::string Num = llvm::utostr_32(CurLine);
More information about the cfe-commits
mailing list