rx: Get rid of some uneccessary temporary vars
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 8 Jan 2012 11:49:53 +0000 (11:49 +0000)
committerDerrick Brashear <shadow@dementix.org>
Tue, 3 Apr 2012 20:34:16 +0000 (13:34 -0700)
commite6e8e26a3d7d97f2ad056251859f258fee509e7e
tree76fad4c18260889f75184e02d1d3df5f1a8fe57c
parente53e189c3e99e28d31e0e1d1b52041aadcbd3ffa
rx: Get rid of some uneccessary temporary vars

rx_ReadProc and rx_ReadProc32 originally used temporary variables
(which were, at one time, declared as "register") to hand optimise
a couple of routines. With the removal of register throughout our
code, this is no longer helpful.

Change-Id: Id21a931408489b985b726af620a687b838303a86
Reviewed-on: http://gerrit.openafs.org/6997
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx_rdwr.c