From 19df705c75ba341b3ae8f2ff3e3f411d5f49887c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Fri, 8 Feb 2013 18:59:17 +0000 Subject: [PATCH] Remove stale instance variable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174730 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 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 PM; NodeMapClosure NMC; public: const LocationContext *LC; -- 2.40.0