[Groonga-commit] groonga/groonga at ad39007 [master] grn_ts: comment out unused functions

Back to archive index

Susumu Yata null+****@clear*****
Tue Feb 9 11:18:00 JST 2016


Susumu Yata	2016-02-09 11:18:00 +0900 (Tue, 09 Feb 2016)

  New Revision: ad390075edd771d4ce105e60589f14cde6ff006b
  https://github.com/groonga/groonga/commit/ad390075edd771d4ce105e60589f14cde6ff006b

  Message:
    grn_ts: comment out unused functions

  Modified files:
    lib/ts/ts_sorter.c

  Modified: lib/ts/ts_sorter.c (+2 -0)
===================================================================
--- lib/ts/ts_sorter.c    2016-02-09 10:09:36 +0900 (aca24e0)
+++ lib/ts/ts_sorter.c    2016-02-09 11:18:00 +0900 (7c37a37)
@@ -1035,6 +1035,7 @@ grn_ts_text_swap(grn_ts_text *lhs, grn_ts_text *rhs)
   *rhs = tmp;
 }
 
+#if 0
 /* grn_ts_move_pivot_by_text_asc() moves the pivot to the front. */
 static void
 grn_ts_move_pivot_by_text_asc(grn_ts_sorter_node *node, grn_ts_text *vals,
@@ -1242,6 +1243,7 @@ grn_ts_qsort_by_text_asc(grn_ctx *ctx, grn_ts_sorter_node *node,
   }
   return GRN_SUCCESS;
 }
+#endif
 
 /* grn_ts_move_pivot_by_text_desc() moves the pivot to the front. */
 static void
-------------- next part --------------
HTML����������������������������...
Download 



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