]> granicus.if.org Git - clang/commitdiff
Removing unused function declaration with no definition; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 27 Jul 2015 19:34:46 +0000 (19:34 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 27 Jul 2015 19:34:46 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243311 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/Consumed.h

index 6a659a0d40d16dac4e0443773c785723ae41867d..b511ca41e5eec768cd2dd923a8b3b0e5a4701839 100644 (file)
@@ -239,7 +239,6 @@ namespace consumed {
     
     void determineExpectedReturnState(AnalysisDeclContext &AC,
                                       const FunctionDecl *D);
-    bool hasConsumableAttributes(const CXXRecordDecl *RD);
     bool splitState(const CFGBlock *CurrBlock,
                     const ConsumedStmtVisitor &Visitor);