[analyzer] Remove unused method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anna Zaks 2012-04-20 21:59:00 +00:00
Родитель 5a878b2cab
Коммит 39b7341131
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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);