[Groonga-commit] groonga/groonga at ac7785d [master] grn_ts: remove old comments

Back to archive index

susumu.yata null+****@clear*****
Fri Sep 4 11:35:03 JST 2015


susumu.yata	2015-09-04 11:35:03 +0900 (Fri, 04 Sep 2015)

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

  Message:
    grn_ts: remove old comments
    
    GitHub: #391

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+0 -3)
===================================================================
--- lib/ts.c    2015-09-04 11:26:03 +0900 (3beb07e)
+++ lib/ts.c    2015-09-04 11:35:03 +0900 (d9a69c8)
@@ -879,7 +879,6 @@ grn_ts_expr_score_node_evaluate(grn_ctx *ctx, grn_ts_expr_score_node *node,
     return GRN_SUCCESS;\
   }
 /* grn_ts_expr_key_node_evaluate() outputs keys. */
-/* FIXME: Errors are ignored. */
 static grn_rc
 grn_ts_expr_key_node_evaluate(grn_ctx *ctx, grn_ts_expr_key_node *node,
                               const grn_ts_record *in, size_t n_in,
@@ -979,7 +978,6 @@ grn_ts_expr_key_node_evaluate(grn_ctx *ctx, grn_ts_expr_key_node *node,
     return GRN_SUCCESS;\
   }
 /* grn_ts_expr_value_node_evaluate() outputs values. */
-/* FIXME: Errors are ignored. */
 static grn_rc
 grn_ts_expr_value_node_evaluate(grn_ctx *ctx, grn_ts_expr_value_node *node,
                                 const grn_ts_record *in, size_t n_in,
@@ -1100,7 +1098,6 @@ grn_ts_expr_const_node_evaluate(grn_ctx *ctx, grn_ts_expr_const_node *node,
     return GRN_SUCCESS;\
   }
 /* grn_ts_expr_column_node_evaluate_scalar() outputs scalar column values. */
-/* FIXME: Errors are ignored. */
 static grn_rc
 grn_ts_expr_column_node_evaluate_scalar(grn_ctx *ctx,
                                         grn_ts_expr_column_node *node,
-------------- next part --------------
HTML����������������������������...
Download 



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