From 3283536cfab70d96671458a2d6ac2cf8bebc3940 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 22 Feb 2023 09:31:18 +0100 Subject: [PATCH] Deleted useless code. --- httpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/httpd.c b/httpd.c index 1d5b2f0..63a9b94 100644 --- a/httpd.c +++ b/httpd.c @@ -342,7 +342,6 @@ static void *job_thread(void *arg) return NULL; } -#include static void *background_thread(void *arg) /* background thread (queue management and other things) */