[Groonga-commit] groonga/groonga at 89530dc [master] grn_ts: remove an unused variable

Back to archive index

susumu.yata null+****@clear*****
Fri Sep 4 23:04:17 JST 2015


susumu.yata	2015-09-04 23:04:17 +0900 (Fri, 04 Sep 2015)

  New Revision: 89530dc077b53272a218380924381512c2fd3451
  https://github.com/groonga/groonga/commit/89530dc077b53272a218380924381512c2fd3451

  Message:
    grn_ts: remove an unused variable

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+1 -1)
===================================================================
--- lib/ts.c    2015-09-04 23:03:05 +0900 (1620e14)
+++ lib/ts.c    2015-09-04 23:04:17 +0900 (bb15b8e)
@@ -1336,7 +1336,7 @@ grn_ts_expr_column_node_evaluate_vector(grn_ctx *ctx,
       buf_ptr = GRN_BULK_HEAD(&node->buf);
       text_ptr = node->body.text_buf.ptr;
       for (i = 0; i < n_in; i++) {
-        char *ptr = buf_ptr, end;
+        char *ptr = buf_ptr;
         size_t n_bytes, size;
         grn_memcpy(&n_bytes, &out_ptr[i].ptr, sizeof(n_bytes));
         buf_ptr += n_bytes;
-------------- next part --------------
HTML����������������������������...
Descargar 



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