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)
|
||||
idx = 0;
|
||||
}
|
||||
tmsg->srec = 0;
|
||||
debug( "new\n" );
|
||||
continue;
|
||||
found:
|
||||
|
|
Loading…
Reference in New Issue
Block a user