Remove redundant fwd declaration

This commit is contained in:
Arun Prakash Jana 2018-12-26 17:05:10 +05:30
parent a3517b28dc
commit 4b717b1920
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 0 additions and 1 deletions

View File

@ -397,7 +397,6 @@ static const char messages[][16] = {
/* Forward declarations */
static void redraw(char *path);
static void spawn(const char *file, const char *arg1, const char *arg2, const char *dir, uchar flag);
static char *get_output(char *buf, size_t bytes, char *file, char *arg1, char *arg2, bool page);
int (*nftw_fn) (const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf);
/* Functions */