diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2010-09-06 00:31:37 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2010-09-06 00:31:37 +0000 |
commit | fdac7d4f8b94c5005b6f5d21b44548aa182e16ef (patch) | |
tree | d8b8525c53b01873e07136f4930e0cc7f4b20470 /lib/AST/ExprConstant.cpp | |
parent | 60b4d049ae53bf837aee6def125df2fdb941a8ec (diff) |
Get rid of unnecessary return.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113132 91177308-0d34-0410-b5e6-96231b3b80d8
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 7347f5a43e..089caf23c9 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -1018,7 +1018,6 @@ bool IntExprEvaluator::CheckReferencedDecl(const Expr* E, const Decl* D) { } VD->setEvaluatedValue(APValue()); - return false; } } } |