From ad044e229af5e523699a977e7c0393d42695586e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 12 Nov 2010 20:15:56 +0100 Subject: Remove broken threading support. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 163be18..ef2e3a4 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ int cfg_init(); void cfg_free(); struct ircstats_config_t { - int threads, monolog_min, wordlen_min; + int monolog_min, wordlen_min; const char *log_date_format, *day_date_format; }; -- cgit v1.2.3