summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/socket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index 370fdec5d..cb1e1c15f 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -23,7 +23,6 @@ extern time_t last_tick;
extern time_t stall_time;
// define declaration
-#define TURBO
#define RFIFOSPACE(fd) (session[fd]->max_rdata-session[fd]->rdata_size)
#ifdef TURBO