From: Jonathan A. Kollasch Date: Mon, 2 May 2011 18:32:29 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: upstream/1.8.0_pre1^2~3774 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=230869eba8d651a54a6b58a6a69e05ef058bfe33;p=packages%2Fo%2Fopenafs.git Remove unused variable Change-Id: Ib91cf666f3b66b9d8aae7bfcab290e6fede61280 Reviewed-on: http://gerrit.openafs.org/4599 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/rx/rx.c b/src/rx/rx.c index fc89e8d1c..900312e82 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -1784,7 +1784,6 @@ rx_GetCall(int tno, struct rx_service *cur_service, osi_socket * socketp) struct rx_serverQueueEntry *sq; struct rx_call *call = (struct rx_call *)0; struct rx_service *service = NULL; - SPLVAR; MUTEX_ENTER(&freeSQEList_lock);