summaryrefslogtreecommitdiff
path: root/src/crypt_zip.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
commit6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (patch)
treef2326055f5fe8bb5948374155f11bd220c1d9dc7 /src/crypt_zip.c
parentf45d747ebf920940b041f5c75c2bfdffb6b670ae (diff)
downloadvim-git-6dff58f15cede9139b2fcfc64c9064326ea3d3b0.tar.gz
patch 8.1.0443: unnecessary static function prototypesv8.1.0443
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
Diffstat (limited to 'src/crypt_zip.c')
-rw-r--r--src/crypt_zip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypt_zip.c b/src/crypt_zip.c
index 08cf6082c..e50fa6b1c 100644
--- a/src/crypt_zip.c
+++ b/src/crypt_zip.c
@@ -36,8 +36,6 @@ typedef struct {
} zip_state_T;
-static void make_crc_tab(void);
-
static u32_T crc_32_table[256];
/*