From bea7b10489afcc845db00b03da6ccea71de6cb1d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 3 Dec 2011 16:42:19 +0100 Subject: maint: remove redundant usage declarations (-Wredundant-decls) * src/csplit.c (usage): Remove declaration. * src/ls.c (usage): Likewise. * src/pr.c (usage): Likewise. --- src/ls.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 96f7c987b..8be9b6aed 100644 --- a/src/ls.c +++ b/src/ls.c @@ -282,7 +282,6 @@ static void queue_directory (char const *name, char const *realname, bool command_line_arg); static void sort_files (void); static void parse_ls_color (void); -void usage (int status); /* Initial size of hash table. Most hierarchies are likely to be shallower than this. */ -- cgit v1.2.3-54-g00ecf