From: Chris Lattner Date: Sun, 22 Jul 2007 06:40:36 +0000 (+0000) Subject: remove redundant test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83769abea9587ea9d458f560bdf734cb43e46aa9;p=clang remove redundant test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/PrintPreprocessedOutput.cpp b/Driver/PrintPreprocessedOutput.cpp index 38b6cfece2..9664cbbb65 100644 --- a/Driver/PrintPreprocessedOutput.cpp +++ b/Driver/PrintPreprocessedOutput.cpp @@ -212,8 +212,6 @@ void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, EmittedTokensOnThisLine = false; } - if (DisableLineMarkers) return; - OutputChar('#'); OutputChar(' '); std::string Num = llvm::utostr_32(CurLine);