ソースを参照

remove pointless assignment

we already know that tmsg->srec is null at this point.
Oswald Buddenhagen 11 年 前
コミット
3814f19661
1 ファイル変更0 行追加1 行削除
  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: