[Groonga-commit] groonga/groonga at 4fc97c9 [master] ii: remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 31 00:16:17 JST 2018


Kouhei Sutou	2018-03-31 00:16:17 +0900 (Sat, 31 Mar 2018)

  New Revision: 4fc97c9256e802eef9a00160fc319bca6ae5babb
  https://github.com/groonga/groonga/commit/4fc97c9256e802eef9a00160fc319bca6ae5babb

  Message:
    ii: remove unused code

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+0 -6)
===================================================================
--- lib/ii.c    2018-03-30 09:49:44 +0900 (339418823)
+++ lib/ii.c    2018-03-31 00:16:17 +0900 (15632f8da)
@@ -7264,12 +7264,6 @@ token_info_build(grn_ctx *ctx, grn_obj *lexicon, grn_ii *ii, const char *string,
     case GRN_TOKEN_CURSOR_DONE :
       ti = token_info_open(ctx, lexicon, ii, (const char *)token_cursor->curr,
                            token_cursor->curr_size, 0, ef, NULL, min);
-      /*
-      key = _grn_table_key(ctx, lexicon, tid, &size);
-      ti = token_info_open(ctx, lexicon, ii, token_cursor->curr, token_cursor->curr_size, token_cursor->pos, ef, NULL, GRN_ID_NIL);
-      ti = token_info_open(ctx, lexicon, ii, (char *)token_cursor->orig,
-                           token_cursor->orig_blen, token_cursor->pos, ef, NULL, GRN_ID_NIL);
-      */
       break;
     case GRN_TOKEN_CURSOR_NOT_FOUND :
       ti = token_info_open(ctx, lexicon, ii, (char *)token_cursor->orig,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180331/100612ea/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index