remove these; not used.

This commit is contained in:
Adrian Chadd 2016-03-31 10:54:36 -07:00
parent c62cdb51b9
commit 1e5e8d1bc2

View File

@ -1504,8 +1504,6 @@ core_loop(void)
readable = rdfds;
writable = wrfds;
min_i = min_sd / NFDBITS;
max_i = max_sd / NFDBITS;
SYSCALL(SELECT, n = select(max_sd + 1, &readable, &writable, 0, &tv));