Windows: remove unused vars from cm_server.c

Change-Id: Ia2e1d5ecbc5dbc349ac8e7bfcb63b42545f876f5
Reviewed-on: http://gerrit.openafs.org/3617
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2011-01-04 11:18:25 -05:00 committed by Jeffrey Altman
parent 3ab948769c
commit 9bb6b06c76

View File

@ -120,8 +120,6 @@ cm_PingServer(cm_server_t *tsp)
int wasDown = 0;
cm_conn_t *connp;
struct rx_connection * rxconnp;
long secs;
long usecs;
Capabilities caps = {0, 0};
char hoststr[16];
cm_req_t req;
@ -366,15 +364,13 @@ static void cm_CheckServersMulti(afs_uint32 flags, cm_cell_t *cellp)
cm_conn_t **conns = NULL;
struct rx_connection **rxconns = NULL;
cm_req_t req;
afs_int32 i, j, nconns = 0, maxconns;
afs_int32 i, nconns = 0, maxconns;
afs_int32 *conntimer, *results;
Capabilities *caps = NULL;
cm_server_t ** serversp, *tsp;
afs_uint32 isDown, wasDown;
afs_uint32 code;
time_t start, end, *deltas;
afs_int32 secs;
afs_int32 usecs;
time_t start, *deltas;
char hoststr[16];
cm_InitReq(&req);