summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/wrap-nsswitch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wrap-nsswitch.c b/tests/wrap-nsswitch.c
index 23ce89a..12b68fc 100644
--- a/tests/wrap-nsswitch.c
+++ b/tests/wrap-nsswitch.c
@@ -314,8 +314,6 @@ getgrgid(gid_t gid)
return (*next)(gid);
}
-
-
int
getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups)
{