remove pointless assignment
we already know that tmsg->srec is null at this point.
This commit is contained in:
parent
e63e16ab45
commit
3814f19661
|
@ -1085,7 +1085,6 @@ box_loaded( int sts, void *aux )
|
||||||
if (++idx == hashsz)
|
if (++idx == hashsz)
|
||||||
idx = 0;
|
idx = 0;
|
||||||
}
|
}
|
||||||
tmsg->srec = 0;
|
|
||||||
debug( "new\n" );
|
debug( "new\n" );
|
||||||
continue;
|
continue;
|
||||||
found:
|
found:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user