OpenAFS Master Repository branch, master, updated. d82e9c851c4d8ad765a0a81b9d5f290d184b7b07
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Jul 2009 07:56:25 -0700 (PDT)
The following commit has been merged in the master branch:
commit d82e9c851c4d8ad765a0a81b9d5f290d184b7b07
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sun Jul 26 22:28:29 2009 -0400
Unused variable cleanup
Eliminate some warnings for unused variables. In most cases the
variables are not used at all and are removed; in a few cases the
declarations need to be ifdef'ed to follow the code that uses them.
For a typical build here this removes 24 warnings.
Reviewed-on: http://gerrit.openafs.org/232
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_fetchstore.c | 1 -
src/aklog/aklog_main.c | 4 +++-
src/bucoord/commands.c | 3 ++-
src/kauth/read_passwd.c | 1 -
src/libadmin/pts/afs_ptsAdmin.c | 1 -
src/rx/rx.c | 1 -
src/rx/rx_pthread.c | 1 -
src/uss/uss_ptserver.c | 2 ++
src/uss/uss_vol.c | 2 ++
src/viced/afsfileprocs.c | 1 -
src/viced/host.c | 1 -
src/viced/viced.c | 2 +-
src/volser/volmain.c | 2 +-
13 files changed, 11 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository