aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/worker.c b/src/worker.c
index 334e819cb..09dccb7ff 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -41,12 +41,6 @@
#define TASK_POOL_SIZE 4095
-const f_str_t CRLF = {
- /* begin */"\r\n",
- /* len */2,
- /* size */2
-};
-
static struct timeval io_tv;
extern PerlInterpreter *perl_interpreter;