소스 검색

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: