Browse Source

remove these; not used.

ahc_fix_select
Adrian Chadd 8 years ago
parent
commit
1e5e8d1bc2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/core.c

+ 0
- 2
src/core.c 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));



Loading…
Cancel
Save