[git commit] gzip: remove unnecessary forward declarations, no code changes
Denys Vlasenko
vda.linux at googlemail.com
Wed Jan 31 17:16:34 UTC 2018
commit: https://git.busybox.net/busybox/commit/?id=a142926029e468ece87892e8364fe4458b12f128
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
archival/gzip.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/archival/gzip.c b/archival/gzip.c
index 92130e7fb..6241b782a 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -1081,15 +1081,6 @@ struct globals2 {
/* ===========================================================================
*/
-static void gen_codes(ct_data * tree, int max_code);
-static void build_tree(tree_desc * desc);
-static void scan_tree(ct_data * tree, int max_code);
-static void send_tree(ct_data * tree, int max_code);
-static int build_bl_tree(void);
-static void send_all_trees(int lcodes, int dcodes, int blcodes);
-static void compress_block(ct_data * ltree, ct_data * dtree);
-
-
#ifndef DEBUG
/* Send a code of the given tree. c and tree must not have side effects */
# define SEND_CODE(c, tree) send_bits(tree[c].Code, tree[c].Len)
More information about the busybox-cvs
mailing list