diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:25:08 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-10-08 15:25:08 -0700 |
commit | c658d255e919d40619cc2a5730d502c7777830cc (patch) | |
tree | fa11abc61bc1b46d51ee850bfbe599df924849a6 /nss/getent.c | |
parent | 7edb55ce06ab1fa716a062cd1cb6682585bb449d (diff) | |
download | glibc-c658d255e919d40619cc2a5730d502c7777830cc.tar glibc-c658d255e919d40619cc2a5730d502c7777830cc.tar.gz glibc-c658d255e919d40619cc2a5730d502c7777830cc.tar.bz2 glibc-c658d255e919d40619cc2a5730d502c7777830cc.zip |
Fix some nit warnings.
Diffstat (limited to 'nss/getent.c')
-rw-r--r-- | nss/getent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/getent.c b/nss/getent.c index b843433ed6..7d9422373c 100644 --- a/nss/getent.c +++ b/nss/getent.c @@ -472,7 +472,6 @@ static int netgroup_keys (int number, char *key[]) { int result = 0; - int i; if (number == 0) { |