]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
volser: Remove unused variable
authorMarc Dionne <marc.c.dionne@gmail.com>
Mon, 20 Feb 2012 22:56:29 +0000 (17:56 -0500)
committerDerrick Brashear <shadow@dementix.org>
Thu, 23 Feb 2012 17:36:04 +0000 (09:36 -0800)
tid is now unused - remove it to avoid a warning.

Reviewed-on: http://gerrit.openafs.org/6743
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit fd19b39b151e3dddd18b4280252ac3e0fdf3964d)

Change-Id: Ib402c84689d61baefed3b76138f7fac7c2b36de0
Reviewed-on: http://gerrit.openafs.org/6771
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Alistair Ferguson <alistair.ferguson@mac.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/volser/vsprocs.c

index 6febc04edfff142a4b9db2c513a38262f6c3e718..4630e9d66b74a3599dab9155430c478d9bbb160b 100644 (file)
@@ -5225,7 +5225,6 @@ UV_ZapVolumeClones(afs_uint32 aserver, afs_int32 apart,
     int curPos;
     afs_int32 code = 0;
     afs_int32 success = 1;
-    afs_int32 tid;
 
     aconn = (struct rx_connection *)0;
     aconn = UV_Bind(aserver, AFSCONF_VOLUMEPORT);
@@ -5249,7 +5248,6 @@ UV_ZapVolumeClones(afs_uint32 aserver, afs_int32 apart,
                VPRINT2("Clone of %s %u deleted\n", curPtr->volName,
                        curPtr->volCloneId);
            curPos++;
-           tid = 0;
        }
     }
     if (aconn)