]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(euidaccess): Remove declaration. It was unused. From Michael Stone.
authorJim Meyering <jim@meyering.net>
Tue, 9 Jul 2002 06:38:19 +0000 (06:38 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Jul 2002 06:38:19 +0000 (06:38 +0000)
(yesno): Remove declaration.  It too was unused.

src/mv.c

index 2bea3315d0908d6d2a8ad9902ec5f564195b4a29..cdf3d9a335fa6684398e44b4d43492203fdf2b6e 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -58,10 +58,8 @@ enum
   REPLY_OPTION
 };
 
-int euidaccess ();
 int isdir ();
 int lstat ();
-int yesno ();
 
 /* The name this program was run with. */
 char *program_name;