Remove some now unnecessary code.
This commit is contained in:
parent
1848664e31
commit
43de8b476a
@ -39,7 +39,7 @@ char copyright[] =
|
||||
|
||||
#ifndef lint
|
||||
/*static char sccsid[] = "from: @(#)ns_main.c 4.55 (Berkeley) 7/1/91";*/
|
||||
static char rcsid[] = "$Id: ns_main.c,v 1.4 1995/01/15 07:26:58 mycroft Exp $";
|
||||
static char rcsid[] = "$Id: ns_main.c,v 1.5 1995/01/15 07:29:23 mycroft Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
/*
|
||||
@ -987,8 +987,6 @@ opensocket(dqp)
|
||||
exit(1);
|
||||
#endif
|
||||
}
|
||||
if (dqp->dq_dfd >= nfds)
|
||||
nfds = dqp->dq_dfd + 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user