Kouhei Sutou 2018-10-29 15:37:23 +0900 (Mon, 29 Oct 2018) Revision: 9c3081c35e7ced3914a900fffddd3af5ca36ccb9 https://github.com/groonga/groonga/commit/9c3081c35e7ced3914a900fffddd3af5ca36ccb9 Message: Remove unused code Modified files: lib/table.c Modified: lib/table.c (+0 -1) =================================================================== --- lib/table.c 2018-10-29 15:31:45 +0900 (28f040e6b) +++ lib/table.c 2018-10-29 15:37:23 +0900 (16c000fc9) @@ -486,7 +486,6 @@ grn_table_cache_default_tokenizer_options(grn_ctx *ctx, memset(&data, 0, sizeof(data)); data.context_tag = "default-tokenizer"; data.module_name = OPTION_NAME_DEFAULT_TOKENIZER; - data.tokenizer.open_options_func = open_options_func; data.type = GRN_INFO_DEFAULT_TOKENIZER; data.open_options_func = open_options_func; data.close_options_func = close_options_func; -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181029/e33d2fcd/attachment.html>