Browse Source

Back out libevent additions to main httperf program for now

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

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

@@ -67,12 +67,6 @@
#include <sys/time.h>
#include <sys/resource.h>

/*
* libevent api
*/
#include <event.h>
#include <evdns.h>

#include <generic_types.h>
#include <object.h>
#include <timer.h>
@@ -880,10 +874,6 @@ main(int argc, char **argv)
"out"
#endif
" TIME_SYSCALLS.\n", prog_name);
printf
("Using libevent-%s for %s event notification system.\n",
event_get_version(), event_get_method());

exit(0);

case 'h':


Loading…
Cancel
Save