From: Jim Meyering Date: Tue, 9 Jul 2002 06:38:19 +0000 (+0000) Subject: (euidaccess): Remove declaration. It was unused. From Michael Stone. X-Git-Tag: FILEUTILS-4_1_10~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56a4c59e6057e158c6ea55d2394faa7bb8d14e7c;p=thirdparty%2Fcoreutils.git (euidaccess): Remove declaration. It was unused. From Michael Stone. (yesno): Remove declaration. It too was unused. --- diff --git a/src/mv.c b/src/mv.c index 2bea3315d0..cdf3d9a335 100644 --- 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;