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 | 19df705c75ba341b3ae8f2ff3e3f411d5f49887c (patch) | |
tree | 3f6781d938c924f93b58e3f15ecd0f39f9dd8bb9 /lib/StaticAnalyzer/Core/BugReporter.cpp | |
parent | 9ffd1aea980a0bb1f577f3069c63f741b72d8f80 (diff) |
Remove stale instance variable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174730 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/BugReporter.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/BugReporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/BugReporter.cpp b/lib/StaticAnalyzer/Core/BugReporter.cpp index fccebf4c79..772a78706a 100644 --- a/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/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; |