From f89a77da79334be03033c6cdec9c7b35ae3afb70 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Mon, 14 Jan 2019 18:54:35 +0000 Subject: [PATCH] [analyzer] [NFC] Remove unused undefined method. 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 --- .../Checkers/RetainCountChecker/RetainCountChecker.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h b/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h index 87633feecc..31e2d9ae49 100644 --- a/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h +++ b/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h @@ -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 &Leaked) const; -- 2.50.1