]> granicus.if.org Git - clang/commitdiff
Get rid of unnecessary return.
authorEli Friedman <eli.friedman@gmail.com>
Mon, 6 Sep 2010 00:31:37 +0000 (00:31 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 6 Sep 2010 00:31:37 +0000 (00:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113132 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index 7347f5a43e17b76863f8c6cb86f2c322c6c47be8..089caf23c996559edc89dc4eca589ddf9f035e38 100644 (file)
@@ -1018,7 +1018,6 @@ bool IntExprEvaluator::CheckReferencedDecl(const Expr* E, const Decl* D) {
         }
 
         VD->setEvaluatedValue(APValue());
-        return false;
       }
     }
   }