Skip to content

Commit

Permalink
grn_ts: remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Sep 4, 2015
1 parent 2528d07 commit 89530dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts.c
Expand Up @@ -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;
Expand Down

0 comments on commit 89530dc

Please sign in to comment.