[Groonga-commit] groonga/groonga at 2af5963 [master] Remove unused code

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 16 15:37:32 JST 2017


Kouhei Sutou	2017-01-16 15:37:32 +0900 (Mon, 16 Jan 2017)

  New Revision: 2af59631fb8216bf05caf8eb3d94ff75c080adf6
  https://github.com/groonga/groonga/commit/2af59631fb8216bf05caf8eb3d94ff75c080adf6

  Message:
    Remove unused code

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+0 -2)
===================================================================
--- lib/ii.c    2017-01-16 12:45:34 +0900 (8028667)
+++ lib/ii.c    2017-01-16 15:37:32 +0900 (8754dd8)
@@ -3973,8 +3973,6 @@ buffer_new(grn_ctx *ctx, grn_ii *ii, int size, uint32_t *pos,
   grn_id tid;
   uint16_t offset;
   char key[GRN_TABLE_MAX_KEY_SIZE];
-  // unsigned int key_size;
-  // const char *key = _grn_table_key(ctx, ii->lexicon, id, &key_size);
   int key_size = grn_table_get_key(ctx, ii->lexicon, id, key,
                                    GRN_TABLE_MAX_KEY_SIZE);
   uint32_t *a, lseg = NOT_ASSIGNED, pseg = NOT_ASSIGNED;
-------------- next part --------------
HTML����������������������������...
Download 



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