From 1b28d912fc143ec0ee3799baf1004f12273eb18d Mon Sep 17 00:00:00 2001 From: tedbullock Date: Sat, 12 Apr 2008 03:07:05 +0000 Subject: [PATCH] Back out libevent additions to main httperf program for now --- httperf/src/httperf.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/httperf/src/httperf.c b/httperf/src/httperf.c index 3954521..b8573e6 100755 --- a/httperf/src/httperf.c +++ b/httperf/src/httperf.c @@ -67,12 +67,6 @@ #include #include -/* - * libevent api - */ -#include -#include - #include #include #include @@ -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':