diff options
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/worker.c b/src/worker.c index 95355bdd3..3eb91a289 100644 --- a/src/worker.c +++ b/src/worker.c @@ -383,9 +383,6 @@ static void err_socket (GError * err, void *arg) { struct worker_task *task = (struct worker_task *) arg; - struct rspamd_worker_ctx *ctx; - - ctx = task->worker->ctx; msg_info ("abnormally closing connection from: %s, error: %s", inet_ntoa (task->client_addr), err->message); /* Free buffers */ |