Kouhei Sutou
null+****@clear*****
Mon Jun 16 15:38:03 JST 2014
Kouhei Sutou 2014-06-16 15:38:03 +0900 (Mon, 16 Jun 2014) New Revision: 5318b5652bf75981bad1d7aaed6cff66a8d2c862 https://github.com/groonga/groonga/commit/5318b5652bf75981bad1d7aaed6cff66a8d2c862 Message: Remove unused QL related variable: ctx_impl.n_entries Modified files: lib/ctx.c lib/ctx_impl.h Modified: lib/ctx.c (+0 -1) =================================================================== --- lib/ctx.c 2014-06-16 15:36:37 +0900 (2c6d65b) +++ lib/ctx.c 2014-06-16 15:38:03 +0900 (1cb6c61) @@ -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); Modified: lib/ctx_impl.h (+0 -1) =================================================================== --- lib/ctx_impl.h 2014-06-16 15:36:37 +0900 (cb87ea8) +++ lib/ctx_impl.h 2014-06-16 15:38:03 +0900 (b6881c6) @@ -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; -------------- next part -------------- HTML����������������������������...Download