forked from aniani/vim
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -36,8 +36,6 @@ typedef struct {
|
||||
} zip_state_T;
|
||||
|
||||
|
||||
static void make_crc_tab(void);
|
||||
|
||||
static u32_T crc_32_table[256];
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user