aboutsummaryrefslogtreecommitdiff
path: root/bin/rm/rm.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-09-21 22:31:01 +0000
committerBruce Evans <bde@FreeBSD.org>1994-09-21 22:31:01 +0000
commit9fb420314e08ae4132cfc0fa29423ab1125e44c7 (patch)
tree4ebdd4444f9e764fb71fbc49ff3ce26339dd9c17 /bin/rm/rm.c
parentf6d370a798e432ec1614c7f3f23af1c277184af9 (diff)
downloadsrc-9fb420314e08ae4132cfc0fa29423ab1125e44c7.tar.gz
src-9fb420314e08ae4132cfc0fa29423ab1125e44c7.zip
Remove redundant declarations that were added in the previous commit.
Notes
Notes: svn path=/head/; revision=2958
Diffstat (limited to 'bin/rm/rm.c')
-rw-r--r--bin/rm/rm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index f8ef83d627ae..693933cd6953 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -61,8 +61,6 @@ void rm_file __P((char **));
void rm_overwrite __P((char *, struct stat *));
void rm_tree __P((char **));
void usage __P((void));
-char *user_from_uid __P((uid_t, int));
-char *group_from_gid __P((gid_t, int));
/*
* rm --