Back out libevent additions to main httperf program for now
This commit is contained in:
parent
8e848b169b
commit
1b28d912fc
@ -67,12 +67,6 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
/*
|
|
||||||
* libevent api
|
|
||||||
*/
|
|
||||||
#include <event.h>
|
|
||||||
#include <evdns.h>
|
|
||||||
|
|
||||||
#include <generic_types.h>
|
#include <generic_types.h>
|
||||||
#include <object.h>
|
#include <object.h>
|
||||||
#include <timer.h>
|
#include <timer.h>
|
||||||
@ -880,10 +874,6 @@ main(int argc, char **argv)
|
|||||||
"out"
|
"out"
|
||||||
#endif
|
#endif
|
||||||
" TIME_SYSCALLS.\n", prog_name);
|
" TIME_SYSCALLS.\n", prog_name);
|
||||||
printf
|
|
||||||
("Using libevent-%s for %s event notification system.\n",
|
|
||||||
event_get_version(), event_get_method());
|
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
case 'h':
|
case 'h':
|
||||||
|
Loading…
Reference in New Issue
Block a user