From: Artem Dergachev Date: Wed, 18 Jul 2018 18:44:40 +0000 (+0000) Subject: [analyzer] Remove a debug print that was accidentally left around. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e4f59d7b40a4e5cb0189e4c69fce75279031a10;p=clang [analyzer] Remove a debug print that was accidentally left around. No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337417 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/BugReporter.cpp b/lib/StaticAnalyzer/Core/BugReporter.cpp index 30d7edb9c6..096c8e7356 100644 --- a/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/lib/StaticAnalyzer/Core/BugReporter.cpp @@ -2562,7 +2562,6 @@ generateVisitorsDiagnostics(BugReport *R, const ExplodedNode *ErrorNode, assert(!LastPiece && "There can only be one final piece in a diagnostic."); LastPiece = std::move(Piece); - llvm::errs() << "Writing to last piece" << "\n"; (*Notes)[ErrorNode].push_back(LastPiece); } }