diff options
Diffstat (limited to 'include/clang/AST/Expr.h')
-rw-r--r-- | include/clang/AST/Expr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index fe027ffb57..6a1046e6d0 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -2433,9 +2433,6 @@ public: const Stmt *getBody() const; Stmt *getBody(); - const Stmt *getBody(ASTContext &C) const { return getBody(); } - Stmt *getBody(ASTContext &C) { return getBody(); } - virtual SourceRange getSourceRange() const { return SourceRange(getCaretLocation(), getBody()->getLocEnd()); } |