From: Jim Meyering Date: Sun, 25 Jun 1995 01:46:32 +0000 (+0000) Subject: Remove unused dcl of isnumber. X-Git-Tag: textutils-1_12_1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c8e5123bdbccfc51f22c96281fe13bc766ab773;p=thirdparty%2Fcoreutils.git Remove unused dcl of isnumber. --- diff --git a/src/chown.c b/src/chown.c index 7bcd0769a4..4cad5bd486 100644 --- a/src/chown.c +++ b/src/chown.c @@ -55,7 +55,6 @@ char *parse_user_spec (); void strip_trailing_slashes (); char *xmalloc (); char *xrealloc (); -int isnumber (); static int change_file_owner (); static int change_dir_owner ();