summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-10 14:48:57 +0000
committerJim Meyering <jim@meyering.net>1995-11-10 14:48:57 +0000
commit83ce0dcba68b319a21c303281769d8df2e212900 (patch)
tree800eb112eeac6156c301fda81d063dd60b940c88 /src/mv.c
parent9a69ea769a0fe34c8250f9bf33b0d8ff92b9432a (diff)
downloadcoreutils-83ce0dcba68b319a21c303281769d8df2e212900.tar.xz
Remove fwd dcls.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mv.c b/src/mv.c
index a04f1028c..ca7cbae6a 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -65,11 +65,6 @@ void strip_trailing_slashes ();
int euidaccess ();
char *stpcpy ();
-static int copy_reg (char *source, char *dest);
-static int do_move (char *source, char *dest);
-static int movefile (char *source, char *dest);
-static void usage (int status);
-
/* The name this program was run with. */
char *program_name;