]> mj.ucw.cz Git - libucw.git/commitdiff
Conf: Removed a debugging relic
authorMartin Mares <mj@ucw.cz>
Sat, 28 Apr 2012 21:31:32 +0000 (23:31 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 29 Apr 2012 11:57:30 +0000 (13:57 +0200)
ucw/threads-conf.c

index 68abbdae95de9ad5ca035abf90b1141d2cebb1f8..b96f867f5869853e2cdd4cc2cb60b01990e2ee18 100644 (file)
@@ -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);