Try to make gcc builds happy again by removing a redundant declaration.

This commit is contained in:
Bjoern A. Zeeb 2016-04-25 13:20:35 +00:00
parent 049efd1090
commit d654df1365
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298577

View file

@ -78,7 +78,6 @@ static struct mkuz_format ulzma_fmt = {
static struct mkuz_blk *readblock(int, u_int32_t);
static void usage(void);
static void cleanup(void);
int mkuz_memvcmp(const void *, unsigned char, size_t);
static char *cleanfile = NULL;