Remove stale instance variable.
authorTed Kremenek <kremenek@apple.com>
Fri, 8 Feb 2013 18:59:17 +0000 (18:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 8 Feb 2013 18:59:17 +0000 (18:59 +0000)
llvm-svn: 174730

clang/lib/StaticAnalyzer/Core/BugReporter.cpp

index fccebf4..772a787 100644 (file)
@@ -309,7 +309,6 @@ public:
 class PathDiagnosticBuilder : public BugReporterContext {
   BugReport *R;
   PathDiagnosticConsumer *PDC;
-  OwningPtr<ParentMap> PM;
   NodeMapClosure NMC;
 public:
   const LocationContext *LC;