rx: Remove RX_CALL_IDLE
[openafs.git] / src / rx / rx.c
index 63859eb..13a3892 100644 (file)
@@ -5157,7 +5157,6 @@ rxi_SendCallAbort(struct rx_call *call, struct rx_packet *packet,
        return packet;
 
     switch (call->error) {
-    case RX_CALL_IDLE:
     case RX_CALL_BUSY:
         cerror = RX_CALL_TIMEOUT;
         break;