From 3814f1966142a6ab78a7aba819b57e5d1d5751e5 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sat, 9 Nov 2013 11:41:59 +0100 Subject: [PATCH] remove pointless assignment we already know that tmsg->srec is null at this point. --- src/sync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sync.c b/src/sync.c index 57e6597..8a07551 100644 --- a/src/sync.c +++ b/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: