diff options
author | Ted Kremenek <kremenek@apple.com> | 2013-02-08 18:59:17 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2013-02-08 18:59:17 +0000 |
commit | 20a43dc29c64e8e5c0536effc4425b0a983b1ee4 (patch) | |
tree | 7033915f53a68ea44ad94a33347203d2b0249120 /clang/lib/StaticAnalyzer/Core/BugReporter.cpp | |
parent | 4254cdb7ed707b1ac48ec82b91047cbf4e6a45f7 (diff) | |
download | bcm5719-llvm-20a43dc29c64e8e5c0536effc4425b0a983b1ee4.tar.gz bcm5719-llvm-20a43dc29c64e8e5c0536effc4425b0a983b1ee4.zip |
Remove stale instance variable.
llvm-svn: 174730
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/BugReporter.cpp')
-rw-r--r-- | clang/lib/StaticAnalyzer/Core/BugReporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp index fccebf4c791..772a78706a7 100644 --- a/clang/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/clang/lib/StaticAnalyzer/Core/BugReporter.cpp @@ -309,7 +309,6 @@ public: class PathDiagnosticBuilder : public BugReporterContext { BugReport *R; PathDiagnosticConsumer *PDC; - OwningPtr<ParentMap> PM; NodeMapClosure NMC; public: const LocationContext *LC; |