X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetgroups.c;fp=lib%2Fgetgroups.c;h=e2bb68eff290529db5e987abe80574b2912c870f;hb=cf0c4abc71ea50e9b9dc511bde1e4f1c1face4d4;hp=c07f2de2389663196b09d1e3a44927375d20c3b4;hpb=1e642be936b3a09f6200d753f035ce045d9c5dac;p=gnulib.git diff --git a/lib/getgroups.c b/lib/getgroups.c index c07f2de23..e2bb68eff 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c @@ -67,7 +67,6 @@ rpl_getgroups (int n, gid_t *group) if (n != 0 || !GETGROUPS_ZERO_BUG) { int result; - int saved_errno; if (sizeof *group == sizeof *gbuf) return getgroups (n, (GETGROUPS_T *) group);