From: Arun Prakash Jana Date: Wed, 26 Dec 2018 11:35:10 +0000 (+0530) Subject: Remove redundant fwd declaration X-Git-Tag: v2.2~4 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=4b717b1920e160f6a00448ea55ae72e8c5ecfeda;p=nnn.git Remove redundant fwd declaration --- diff --git a/src/nnn.c b/src/nnn.c index 876e2564..55ee9622 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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 */