remove pointless assignment

we already know that tmsg->srec is null at this point.
This commit is contained in:
Oswald Buddenhagen 2013-11-09 11:41:59 +01:00
parent e63e16ab45
commit 3814f19661

View File

@ -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: