[Groonga-commit] groonga/groonga at 10459e1 [master] mrb: remove an unused variable

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 1 18:38:54 JST 2016


Kouhei Sutou	2016-09-01 18:38:54 +0900 (Thu, 01 Sep 2016)

  New Revision: 10459e1aba79b833bba0e36ff4861f1ba1e43128
  https://github.com/groonga/groonga/commit/10459e1aba79b833bba0e36ff4861f1ba1e43128

  Message:
    mrb: remove an unused variable

  Modified files:
    lib/mrb/mrb_object.c

  Modified: lib/mrb/mrb_object.c (+0 -1)
===================================================================
--- lib/mrb/mrb_object.c    2016-09-01 17:29:23 +0900 (d2f2852)
+++ lib/mrb/mrb_object.c    2016-09-01 18:38:54 +0900 (af18261)
@@ -209,7 +209,6 @@ object_remove(mrb_state *mrb, mrb_value self)
 static mrb_value
 object_is_closed(mrb_state *mrb, mrb_value self)
 {
-  grn_ctx *ctx = (grn_ctx *)mrb->ud;
   grn_obj *object;
 
   object = DATA_PTR(self);
-------------- next part --------------
HTML����������������������������...
Download 



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