Browse Source

Remove libevent calls just for the time being

ahc_fix_select
tedbullock 16 years ago
parent
commit
1d807cfabc
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      httperf/src/httperf.c

+ 0
- 6
httperf/src/httperf.c View File

@@ -241,12 +241,6 @@ main(int argc, char **argv)


int numRates = 0; int numRates = 0;


/*
* Initialize libevent
*/
event_init();
evdns_init();

#ifdef __FreeBSD__ #ifdef __FreeBSD__
/* /*
* This works around a bug in earlier versions of FreeBSD that cause * This works around a bug in earlier versions of FreeBSD that cause


Loading…
Cancel
Save