remove unused var

llvm-svn: 60018
This commit is contained in:
Nuno Lopes 2008-11-25 12:23:46 +00:00
parent bf592fccd4
commit a1232e5d7f
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ SVal Environment::GetSVal(Stmt* E, BasicValueFactory& BasicVals) const {
case Stmt::CStyleCastExprClass: {
CastExpr* C = cast<CastExpr>(E);
QualType CT = C->getType();
QualType ST = C->getSubExpr()->getType();
if (CT->isVoidType())
return UnknownVal();