]> granicus.if.org Git - clang/commitdiff
remove redundant test
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2007 06:40:36 +0000 (06:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2007 06:40:36 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40386 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/PrintPreprocessedOutput.cpp

index 38b6cfece210b04e2e1f9c1e2c690c6772ef3c85..9664cbbb655ec89eea41a4d95e5c23f939758cbd 100644 (file)
@@ -212,8 +212,6 @@ void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
     EmittedTokensOnThisLine = false;
   }
   
-  if (DisableLineMarkers) return;
-  
   OutputChar('#');
   OutputChar(' ');
   std::string Num = llvm::utostr_32(CurLine);