Remove dead code
[openafs.git] / src / lwp / test / selserver.c
index a459ba9..c60b6e2 100644 (file)
@@ -322,13 +322,6 @@ handleRequest(char *arg)
            Log("Probed from client at %s\n",
                inet_ntoa(ch->ch_addr.sin_addr));
            break;
-#ifdef notdef
-       case SC_OOB:
-           nThreads--;
-           ch->ch_fd = 0;
-           ch->ch_state = CH_FREE;
-           return;
-#endif
        case SC_WRITE:
            handleWrite(ch, &sc);
            break;