summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/FullExpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/FullExpr.h')
-rw-r--r--include/clang/AST/FullExpr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/AST/FullExpr.h b/include/clang/AST/FullExpr.h
index bb81bf0..6ceefed 100644
--- a/include/clang/AST/FullExpr.h
+++ b/include/clang/AST/FullExpr.h
@@ -47,7 +47,6 @@ class FullExpr {
public:
static FullExpr Create(ASTContext &Context, Expr *SubExpr,
CXXTemporary **Temps, unsigned NumTemps);
- void Destroy(ASTContext &Context);
Expr *getExpr() {
if (Expr *E = SubExpr.dyn_cast<Expr *>())
OpenPOWER on IntegriCloud