diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-09 06:38:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-09 06:38:19 +0000 |
commit | 56a4c59e6057e158c6ea55d2394faa7bb8d14e7c (patch) | |
tree | 83a8194b2302ec39cf14a62117058922b56bb023 | |
parent | a1d54b2837b509caf8b1df1ad67bbc780cad0d50 (diff) | |
download | coreutils-56a4c59e6057e158c6ea55d2394faa7bb8d14e7c.tar.xz |
(euidaccess): Remove declaration. It was unused. From Michael Stone.
(yesno): Remove declaration. It too was unused.
-rw-r--r-- | src/mv.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |