diff options
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
-rw-r--r-- | clang/lib/AST/ExprConstant.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp index 3fae5c90aae..8ba27f01334 100644 --- a/clang/lib/AST/ExprConstant.cpp +++ b/clang/lib/AST/ExprConstant.cpp @@ -216,9 +216,6 @@ public: bool VisitUnaryOperator(const UnaryOperator *E); bool VisitCastExpr(CastExpr* E) { - return HandleCast(E->getLParenLoc(), E->getSubExpr(), E->getType()); - } - bool VisitImplicitCastExpr(ImplicitCastExpr* E) { return HandleCast(E->getLocStart(), E->getSubExpr(), E->getType()); } bool VisitSizeOfAlignOfTypeExpr(const SizeOfAlignOfTypeExpr *E) { |