From 0e4f59d7b40a4e5cb0189e4c69fce75279031a10 Mon Sep 17 00:00:00 2001 From: Artem Dergachev Date: Wed, 18 Jul 2018 18:44:40 +0000 Subject: [PATCH] [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 --- lib/StaticAnalyzer/Core/BugReporter.cpp | 1 - 1 file changed, 1 deletion(-) 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); } } -- 2.50.1