summaryrefslogtreecommitdiffstats
path: root/servercomm/httpserver.cc
diff options
context:
space:
mode:
authorConstantin <jucovschi@gmail.com>2010-04-28 10:30:32 +0200
committerConstantin <jucovschi@gmail.com>2010-04-28 10:57:31 +0200
commit7cd411b422750abf4eed04be43c43f310f55074f (patch)
treece475c4ea092bbe68c1bce7020101adba632d384 /servercomm/httpserver.cc
parentae19f9b07d8d24b865bd0f1d886fc920cc9f37b1 (diff)
downloadrasdaman-upstream-7cd411b422750abf4eed04be43c43f310f55074f.tar.gz
rasdaman-upstream-7cd411b422750abf4eed04be43c43f310f55074f.tar.xz
rasdaman-upstream-7cd411b422750abf4eed04be43c43f310f55074f.zip
added --enable-benchmark option to configure adapted code so that it compiles
Diffstat (limited to 'servercomm/httpserver.cc')
-rw-r--r--servercomm/httpserver.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/servercomm/httpserver.cc b/servercomm/httpserver.cc
index 514f6b8..f75b9b0 100644
--- a/servercomm/httpserver.cc
+++ b/servercomm/httpserver.cc
@@ -66,11 +66,6 @@ static const char rcsid[] = "@(#)servercomm, HttpServer: $Id: httpserver.cc,v 1.
#include <purify.h>
#endif
-#ifdef RMANBENCHMARK
- // to control ZLibCompression::decompTimer and ZLibCompression::compTimer
- #include "zlibcompression.hh"
-#endif
-
#include "httpserver/httpserver.h"
#include "qlparser/qtmdd.hh"