aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2019-01-14 18:54:35 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2019-01-14 18:54:35 +0000
commit704913f562aa488ed67d735e4d31ef73d4f86638 (patch)
tree848b4142ddaf2c8925b49b9cfc7fd50cfe3cb745 /clang/lib
parentb1853a6a9434b435b0325507504d056c4f93bada (diff)
[analyzer] [NFC] Remove unused undefined method.
Wow, at no point the linker or compiler complaints about that! llvm-svn: 351096
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h b/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
index 87633feecca8..31e2d9ae4932 100644
--- a/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
+++ b/clang/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<SymbolRef> &Leaked) const;