r351096 - [analyzer] [NFC] Remove unused undefined method.

George Karpenkov via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 14 10:54:35 PST 2019


Author: george.karpenkov
Date: Mon Jan 14 10:54:35 2019
New Revision: 351096

URL: http://llvm.org/viewvc/llvm-project?rev=351096&view=rev
Log:
[analyzer] [NFC] Remove unused undefined method.

Wow, at no point the linker or compiler complaints about that!

Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h

Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h?rev=351096&r1=351095&r2=351096&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h Mon Jan 14 10:54:35 2019
@@ -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;




More information about the cfe-commits mailing list