diff options
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index 6cdbc80afa..3efa52b260 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -1088,7 +1088,6 @@ public: //===--------------------------------------------------------------------===// APValue VisitStmt(Stmt *S) { - assert(0 && "This should be called on complex floats"); return APValue(); } |