susumu.yata
null+****@clear*****
Thu Sep 17 17:14:05 JST 2015
susumu.yata 2015-09-17 17:14:05 +0900 (Thu, 17 Sep 2015) New Revision: de51f110d0824e601633478afafd5b4c98a04317 https://github.com/groonga/groonga/commit/de51f110d0824e601633478afafd5b4c98a04317 Message: grn_ts: remove an old comment Modified files: lib/ts.c Modified: lib/ts.c (+0 -16) =================================================================== --- lib/ts.c 2015-09-17 16:34:53 +0900 (261e0e6) +++ lib/ts.c 2015-09-17 17:14:05 +0900 (439f7d4) @@ -3851,22 +3851,6 @@ typedef struct { typedef grn_ts_expr_token grn_ts_expr_bracket_token; -#if 0 -typedef struct { - grn_ts_expr_token_type type; /* Token type. */ - grn_ts_str str; /* Source string. */ - union { - grn_ts_bool bool_value; /* GRN_TS_EXPR_BOOL_TOKEN. */ - grn_ts_int int_value; /* GRN_TS_EXPR_INT_TOKEN. */ - grn_ts_float float_value; /* GRN_TS_EXPR_FLOAT_TOKEN. */ - grn_ts_text text_value; /* GRN_TS_EXPR_TEXT_TOKEN. */ - grn_ts_str name; /* GRN_TS_EXPR_NAME_TOKEN. */ - grn_ts_op_type op_type; /* GRN_TS_EXPR_OP_TOKEN. */ - } content; - grn_ts_buf buf; /* Buffer for content.text_value. */ -} grn_ts_expr_token; -#endif - typedef struct { grn_ts_expr *expr; /* Associated expression. */ grn_ts_expr_token **tokens; /* Tokens. */ -------------- next part -------------- HTML����������������������������...Download