mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Remove unused variable assignments, dead code.
This commit is contained in:
parent
9c2a3124e0
commit
e4e7c78925
5 changed files with 4 additions and 11 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue