summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 17af72ad9d8..6f1cf8883ba 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1352,8 +1352,6 @@ public:
/// Can optionally return the value of the expression.
bool VerifyIntegerConstantExpression(const Expr*E, llvm::APSInt *Result = 0);
- bool isNullPointerConstant(const Expr *E);
-
//===--------------------------------------------------------------------===//
// Extra semantic analysis beyond the C type system
private:
OpenPOWER on IntegriCloud