summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BodyFarm.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Analysis/BodyFarm.h')
-rw-r--r--clang/lib/Analysis/BodyFarm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BodyFarm.h b/clang/lib/Analysis/BodyFarm.h
index c4f3d1599e7..2d200fb755c 100644
--- a/clang/lib/Analysis/BodyFarm.h
+++ b/clang/lib/Analysis/BodyFarm.h
@@ -36,7 +36,7 @@ public:
Stmt *getBody(const FunctionDecl *D);
/// Factory method for creating bodies for Objective-C properties.
- Stmt *getBody(const ObjCMethodDecl *D, const ObjCPropertyDecl *Prop = 0);
+ Stmt *getBody(const ObjCMethodDecl *D);
private:
typedef llvm::DenseMap<const Decl *, Optional<Stmt *> > BodyMap;
OpenPOWER on IntegriCloud