remove these; not used.
This commit is contained in:
parent
c62cdb51b9
commit
1e5e8d1bc2
@ -1504,8 +1504,6 @@ core_loop(void)
|
|||||||
|
|
||||||
readable = rdfds;
|
readable = rdfds;
|
||||||
writable = wrfds;
|
writable = wrfds;
|
||||||
min_i = min_sd / NFDBITS;
|
|
||||||
max_i = max_sd / NFDBITS;
|
|
||||||
|
|
||||||
SYSCALL(SELECT, n = select(max_sd + 1, &readable, &writable, 0, &tv));
|
SYSCALL(SELECT, n = select(max_sd + 1, &readable, &writable, 0, &tv));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user