From bd6a789992374f2cae31f79e618fbcb2e3e6ca76 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 28 Apr 2012 23:31:32 +0200 Subject: [PATCH] Conf: Removed a debugging relic --- ucw/threads-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/threads-conf.c b/ucw/threads-conf.c index 68abbdae..b96f867f 100644 --- a/ucw/threads-conf.c +++ b/ucw/threads-conf.c @@ -20,7 +20,7 @@ static struct cf_section threads_config = { } }; -static void CONSTRUCTOR_WITH_PRIORITY(19999) +static void CONSTRUCTOR ucwlib_threads_conf_init(void) { cf_declare_section("Threads", &threads_config, 0); -- 2.39.2