Browse Source

Remove unused variables in core_loop()

ahc_fix_select
adri 16 years ago
parent
commit
e1ac49d220
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      httperf/src/core.c

+ 1
- 6
httperf/src/core.c View File

@@ -1212,14 +1212,9 @@ conn_handle_write_event(int sd, short ev, void *a)
void
core_loop(void)
{
int is_readable, is_writable, n, sd, bit, min_i, max_i, i =
0;
fd_set readable, writable;
fd_mask mask;

while (running) {
timer_tick();
n = event_loop(EVLOOP_ONCE);
(void) event_loop(EVLOOP_ONCE);
}
}



Loading…
Cancel
Save