mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 22:53:05 +08:00
remove unused var
llvm-svn: 60018
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user