From 96889733a64ad9e358c89386153cabb1d2cd99b0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 22:45:27 +0000 Subject: -dead code elimination --- src/peerinfo/gnunet-service-peerinfo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/peerinfo/gnunet-service-peerinfo.c') diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c index fc953ad3e..b39627031 100644 --- a/src/peerinfo/gnunet-service-peerinfo.c +++ b/src/peerinfo/gnunet-service-peerinfo.c @@ -328,8 +328,7 @@ static void read_host_file (const char *fn, int unlink_garbage, struct ReadHostFileContext *r) { char buffer[GNUNET_SERVER_MAX_MESSAGE_SIZE - 1] GNUNET_ALIGN; - - int size_total; + unsigned int size_total; struct GNUNET_TIME_Absolute now; unsigned int left; @@ -338,7 +337,6 @@ read_host_file (const char *fn, int unlink_garbage, struct ReadHostFileContext * unsigned read_pos; int size_hello; - size_total = 0; r->friend_only_hello = NULL; r->hello = NULL; -- cgit v1.2.3