From b76f48320c5b5f6d44afab6e67b2da6c8f77c08b Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 29 May 2015 10:07:20 +0000 Subject: [PATCH] Remove dead declaration PR: 195928 MFC after: 2 days --- pw/pwupd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pw/pwupd.h b/pw/pwupd.h index d6e39ce..1d13511 100644 --- a/pw/pwupd.h +++ b/pw/pwupd.h @@ -93,7 +93,6 @@ char * getpwpath(char const * file); int addgrent(struct group * grp); int delgrent(struct group * grp); int chggrent(char const * name, struct group * grp); -int editgroups(char *name, char **groups); int setgrdir(const char * dir); char * getgrpath(const char *file); -- 2.47.1