aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/BasicObjCFoundationChecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/BasicObjCFoundationChecks.h')
-rw-r--r--lib/Checker/BasicObjCFoundationChecks.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Checker/BasicObjCFoundationChecks.h b/lib/Checker/BasicObjCFoundationChecks.h
index 8fb0570870..6ad850b973 100644
--- a/lib/Checker/BasicObjCFoundationChecks.h
+++ b/lib/Checker/BasicObjCFoundationChecks.h
@@ -22,13 +22,6 @@ class ASTContext;
class BugReporter;
class Decl;
class GRExprEngine;
-class GRSimpleAPICheck;
-
-GRSimpleAPICheck *CreateBasicObjCFoundationChecks(ASTContext& Ctx,
- BugReporter& BR);
-
-GRSimpleAPICheck *CreateAuditCFNumberCreate(ASTContext& Ctx,
- BugReporter& BR);
void RegisterNSErrorChecks(BugReporter& BR, GRExprEngine &Eng, const Decl &D);
void RegisterNSAutoreleasePoolChecks(GRExprEngine &Eng);