Skip to content

Commit beb9797

Browse files
author
Al Viro
committed
alpha/boot/misc: trim unused declarations
gzip_mark() and gzip_release() are gone; there used to be two forward declarations of each and the patch removing those suckers had left one of each behind... Signed-off-by: Al Viro <[email protected]>
1 parent 1878787 commit beb9797

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/alpha/boot/misc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ static ulg output_ptr;
8989
static ulg bytes_out;
9090

9191
static void error(char *m);
92-
static void gzip_mark(void **);
93-
static void gzip_release(void **);
9492

9593
extern int end;
9694
static ulg free_mem_ptr;

0 commit comments

Comments
 (0)