[Groonga-commit] groonga/groonga at 17faabc [master] Remove unused QL related variable: ctx_impl.inbuf

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 16 15:38:54 JST 2014


Kouhei Sutou	2014-06-16 15:38:54 +0900 (Mon, 16 Jun 2014)

  New Revision: 17faabcd14e43499c24b830c8db7aad76c1a3fdd
  https://github.com/groonga/groonga/commit/17faabcd14e43499c24b830c8db7aad76c1a3fdd

  Message:
    Remove unused QL related variable: ctx_impl.inbuf

  Modified files:
    lib/ctx.c
    lib/ctx_impl.h

  Modified: lib/ctx.c (+0 -1)
===================================================================
--- lib/ctx.c    2014-06-16 15:38:03 +0900 (1cb6c61)
+++ lib/ctx.c    2014-06-16 15:38:54 +0900 (00789f9)
@@ -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 */;

  Modified: lib/ctx_impl.h (+0 -1)
===================================================================
--- lib/ctx_impl.h    2014-06-16 15:38:03 +0900 (b6881c6)
+++ lib/ctx_impl.h    2014-06-16 15:38:54 +0900 (609f1f7)
@@ -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;
-------------- next part --------------
HTML����������������������������...
Download 



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