From 386b7b9ffe6238d5107bbaeec34663248a6aa848 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sun, 14 Apr 2013 18:33:26 +0200 Subject: drop some useless return statements --- src/zlib/inffast.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/zlib') diff --git a/src/zlib/inffast.c b/src/zlib/inffast.c index bbee92ed..11bcbb0b 100644 --- a/src/zlib/inffast.c +++ b/src/zlib/inffast.c @@ -298,7 +298,6 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */ 257 + (end - out) : 257 - (out - end)); state->hold = hold; state->bits = bits; - return; } /* -- cgit