Przeglądaj źródła

remove pointless assignment

we already know that tmsg->srec is null at this point.
Oswald Buddenhagen 11 lat temu
rodzic
commit
3814f19661
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/sync.c

+ 0 - 1
src/sync.c

@@ -1085,7 +1085,6 @@ box_loaded( int sts, void *aux )
 			if (++idx == hashsz)
 				idx = 0;
 		}
-		tmsg->srec = 0;
 		debug( "new\n" );
 		continue;
 	  found: