Remove unused variable assignments, dead code.

This commit is contained in:
Jon Siwek 2013-09-23 16:57:31 -05:00
parent 9c2a3124e0
commit e4e7c78925
5 changed files with 4 additions and 11 deletions

View file

@ -207,7 +207,6 @@ char* CompositeHash::SingleValHash(int type_check, char* kp0,
unsigned int* kp = AlignAndPadType<unsigned int>(kp0);
VectorVal* vv = v->AsVectorVal();
VectorType* vt = v->Type()->AsVectorType();
vector<Val*>* indices = v->AsVector();
*kp = vv->Size();
kp1 = reinterpret_cast<char*>(kp+1);
for ( unsigned int i = 0; i < vv->Size(); ++i )