r174730 - Remove stale instance variable.
Ted Kremenek
kremenek at apple.com
Fri Feb 8 10:59:17 PST 2013
Author: kremenek
Date: Fri Feb 8 12:59:17 2013
New Revision: 174730
URL: http://llvm.org/viewvc/llvm-project?rev=174730&view=rev
Log:
Remove stale instance variable.
Modified:
cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
Modified: cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp?rev=174730&r1=174729&r2=174730&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp (original)
+++ cfe/trunk/lib/StaticAnalyzer/Core/BugReporter.cpp Fri Feb 8 12:59:17 2013
@@ -309,7 +309,6 @@ public:
class PathDiagnosticBuilder : public BugReporterContext {
BugReport *R;
PathDiagnosticConsumer *PDC;
- OwningPtr<ParentMap> PM;
NodeMapClosure NMC;
public:
const LocationContext *LC;
More information about the cfe-commits
mailing list