From 5ca618c8d6cd6889cf35115e1de2eac9b3338e45 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 7 Jan 2018 14:52:26 +0100 Subject: [PATCH] Cleanups --- deps/libz/trees.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deps/libz/trees.c b/deps/libz/trees.c index 8b5e857f85..b2e9f9f15a 100644 --- a/deps/libz/trees.c +++ b/deps/libz/trees.c @@ -159,14 +159,9 @@ static void copy_block (deflate_state *s, charf *buf, unsigned len, static void gen_trees_header (void); #endif -#ifndef DEBUG # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) /* Send a code of the given tree. c and tree must not have side effects */ -#else /* DEBUG */ -# define send_code(s, c, tree) { send_bits(s, tree[c].Code, tree[c].Len); } -#endif - /* =========================================================================== * Output a short LSB first on the stream. * IN assertion: there is enough room in pendingBuf.