(m17n_init): Don't call mdatabase__init.
authorhanda <handa>
Fri, 12 Oct 2007 05:41:47 +0000 (05:41 +0000)
committerhanda <handa>
Fri, 12 Oct 2007 05:41:47 +0000 (05:41 +0000)
src/m17n.c

index 7d0e5dc..348fdbd 100644 (file)
@@ -59,9 +59,6 @@ m17n_init (void)
   if (mcoding__init () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize conv module."));
-  if (mdatabase__init () < 0)
-    goto err;
-  MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize database module."));
   if (mcharset__load_from_database () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to load charset definitions."));