summaryrefslogtreecommitdiffstats
path: root/bin/rm
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-09-21 22:31:01 +0000
committerbde <bde@FreeBSD.org>1994-09-21 22:31:01 +0000
commitc7b1379cc8ba65cc3b2f4d292d96c22a7888acd3 (patch)
tree4ebdd4444f9e764fb71fbc49ff3ce26339dd9c17 /bin/rm
parent690101d6131514f46c219c6dc1807888ba8f8926 (diff)
downloadFreeBSD-src-c7b1379cc8ba65cc3b2f4d292d96c22a7888acd3.zip
FreeBSD-src-c7b1379cc8ba65cc3b2f4d292d96c22a7888acd3.tar.gz
Remove redundant declarations that were added in the previous commit.
Diffstat (limited to 'bin/rm')
-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 f8ef83d..693933c 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 --
OpenPOWER on IntegriCloud