]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove unused dcl of isnumber.
authorJim Meyering <jim@meyering.net>
Sun, 25 Jun 1995 01:46:32 +0000 (01:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 Jun 1995 01:46:32 +0000 (01:46 +0000)
src/chown.c

index 7bcd0769a44404d58d02029a36541365642bdb98..4cad5bd48664488fe7f3ebb17885175682db4d53 100644 (file)
@@ -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 ();