From c7b1379cc8ba65cc3b2f4d292d96c22a7888acd3 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 21 Sep 1994 22:31:01 +0000 Subject: Remove redundant declarations that were added in the previous commit. --- bin/rm/rm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/rm') 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 -- -- cgit v1.1