]> granicus.if.org Git - clang/commitdiff
[analyzer] [NFC] Remove unused undefined method.
authorGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 14 Jan 2019 18:54:35 +0000 (18:54 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Mon, 14 Jan 2019 18:54:35 +0000 (18:54 +0000)
Wow, at no point the linker or compiler complaints about that!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h

index 87633feecca842f4b497a7d800d2a8781954f5dc..31e2d9ae4932b4d4c92a1b7c8ad0255e0fb9bf8c 100644 (file)
@@ -342,8 +342,6 @@ public:
 
   void processObjCLiterals(CheckerContext &C, const Expr *Ex) const;
 
-  const ProgramPointTag *getDeadSymbolTag(SymbolRef sym) const;
-
   ProgramStateRef handleSymbolDeath(ProgramStateRef state,
                                     SymbolRef sid, RefVal V,
                                     SmallVectorImpl<SymbolRef> &Leaked) const;