Author: efriedma
Date: Sun Sep 5 19:31:37 2010
New Revision: 113132
URL: http://llvm.org/viewvc/llvm-project?rev=113132&view=rev
Log:
Get rid of unnecessary return.
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=113132&r1=113131&r2=113132&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Sun Sep 5 19:31:37 2010
@@ -1018,7 +1018,6 @@
}
VD->setEvaluatedValue(APValue());
- return false;
}
}
}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits