Navigation Menu

Skip to content

Commit

Permalink
Remove unused QL related variable: ctx_impl.n_entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 16, 2014
1 parent 6486364 commit 5318b56
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->n_entries = 0;
ctx->impl->inbuf = NULL;
ctx->impl->com = NULL;
ctx->impl->outbuf = grn_obj_open(ctx, GRN_BULK, 0, 0);
Expand Down
1 change: 0 additions & 1 deletion lib/ctx_impl.h
Expand Up @@ -156,7 +156,6 @@ struct _grn_ctx_impl {

/* ql portion */
grn_obj *db;
uint32_t n_entries;
grn_array *values; /* temporary objects */
grn_hash *ios; /* IOs */
char *inbuf;
Expand Down

0 comments on commit 5318b56

Please sign in to comment.