Navigation Menu

Skip to content

Commit

Permalink
Remove unused QL related variable: ctx_impl.inbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 16, 2014
1 parent 5318b56 commit 17faabc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/ctx.c
Expand Up @@ -493,7 +493,6 @@ grn_ctx_impl_init(grn_ctx *ctx)

ctx->impl->finalizer = NULL;

ctx->impl->inbuf = NULL;
ctx->impl->com = NULL;
ctx->impl->outbuf = grn_obj_open(ctx, GRN_BULK, 0, 0);
ctx->impl->output = NULL /* grn_ctx_concat_func */;
Expand Down
1 change: 0 additions & 1 deletion lib/ctx_impl.h
Expand Up @@ -158,7 +158,6 @@ struct _grn_ctx_impl {
grn_obj *db;
grn_array *values; /* temporary objects */
grn_hash *ios; /* IOs */
char *inbuf;
grn_obj *outbuf;
grn_obj subbuf;
unsigned int bufcur;
Expand Down

0 comments on commit 17faabc

Please sign in to comment.