From: Anna Zaks Date: Fri, 20 Apr 2012 21:59:00 +0000 (+0000) Subject: [analyzer] Remove unused method. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b73411313b1204601755e8c4813853f30b9a33;p=clang [analyzer] Remove unused method. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155243 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h b/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h index c7de7eff8d..69f5e7ca6b 100644 --- a/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h +++ b/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h @@ -583,7 +583,6 @@ public: ~SymbolReaper() {} const LocationContext *getLocationContext() const { return LCtx; } - const Stmt *getCurrentStatement() const { return Loc; } bool isLive(SymbolRef sym); bool isLiveRegion(const MemRegion *region);