From: Jim Meyering Date: Wed, 4 Oct 1995 21:20:40 +0000 (+0000) Subject: Remove forward dcl of usage. X-Git-Tag: FILEUTILS-3_12f~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74f061de82cc6f8280dae913ba569b1f008c4c0e;p=thirdparty%2Fcoreutils.git Remove forward dcl of usage. --- diff --git a/src/join.c b/src/join.c index 2e14ff6e8e..1172d48e2c 100644 --- a/src/join.c +++ b/src/join.c @@ -34,7 +34,6 @@ char *xmalloc (); char *xrealloc (); -static void usage (); /* Undefine, to avoid warning about redefinition on some systems. */ #undef min