don't run this, it's broken
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
index 90c3e3685de18f6fc27f82dc7a93acf9a0db4dd5..9fc9cf5b0ac9163b8d725512fced5c8bcdda03a5 100644 (file)
@@ -479,7 +479,6 @@ CTDL_MODULE_INIT(fulltext)
        if (!threading)
        {
                initialize_ft_cache();
-               initialize_noise_words();
                CtdlRegisterProtoHook(cmd_srch, "SRCH", "Full text search");
                CtdlRegisterDeleteHook(ft_delete_remove);
                CtdlRegisterSearchFuncHook(ft_search, "fulltext");