[Groonga-commit] groonga/groonga [master] Removed unused grn_p().

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 23日 (月) 17:01:16 JST


Tasuku SUENAGA a.k.a. gunyarakun	2010-08-23 08:01:16 +0000 (Mon, 23 Aug 2010)

  New Revision: aabb3157273ace2509be749ce561b8f5b9f39b05

  Log:
    Removed unused grn_p().

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+0 -3)
===================================================================
--- lib/ii.c    2010-08-23 07:56:29 +0000 (20462f4)
+++ lib/ii.c    2010-08-23 08:01:16 +0000 (4f58d55)
@@ -5569,7 +5569,6 @@ grn_ii_similar_search(grn_ctx *ctx, grn_ii *ii,
     }
   }
   grn_token_close(ctx, token);
-  grn_p(ctx, h);
   {
     grn_hash_cursor *c = grn_hash_cursor_open(ctx, h, NULL, 0, NULL, 0, 0, -1, 0);
     if (!c) {
@@ -5607,8 +5606,6 @@ grn_ii_similar_search(grn_ctx *ctx, grn_ii *ii,
       return GRN_NO_MEMORY_AVAILABLE;
     }
     grn_hash_sort(ctx, h, limit, sorted, &arg);
-    grn_p(ctx, h);
-    grn_p(ctx, sorted);
     /* todo support subrec
     rep = (s->record_unit == grn_rec_position || s->subrec_unit == grn_rec_position);
     */




Groonga-commit メーリングリストの案内
Back to archive index