From: Martin Mares Date: Sat, 28 Apr 2012 21:31:32 +0000 (+0200) Subject: Conf: Removed a debugging relic X-Git-Tag: v5.99~175 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bd6a789992374f2cae31f79e618fbcb2e3e6ca76;p=libucw.git Conf: Removed a debugging relic --- 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);