[Groonga-commit] ranguba/rroonga at b5fbe47 [master] Remove needless code

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun May 4 23:01:11 JST 2014


Kouhei Sutou	2014-05-04 23:01:11 +0900 (Sun, 04 May 2014)

  New Revision: b5fbe47864b4de72cbc71128aa16a9628e35984d
  https://github.com/ranguba/rroonga/commit/b5fbe47864b4de72cbc71128aa16a9628e35984d

  Message:
    Remove needless code

  Modified files:
    ext/groonga/rb-grn-table.c

  Modified: ext/groonga/rb-grn-table.c (+1 -2)
===================================================================
--- ext/groonga/rb-grn-table.c    2014-05-04 23:00:20 +0900 (2e51eb0)
+++ ext/groonga/rb-grn-table.c    2014-05-04 23:01:11 +0900 (c466b3b)
@@ -1,6 +1,6 @@
 /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
-  Copyright (C) 2009-2013  Kouhei Sutou <kou �� clear-code.com>
+  Copyright (C) 2009-2014  Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -77,7 +77,6 @@ rb_grn_table_bind (RbGrnTable *rb_grn_table,
     rb_grn_object = RB_GRN_OBJECT(rb_grn_table);
     rb_grn_table->value = grn_obj_open(context, GRN_BULK, 0,
                                        rb_grn_object->range_id);
-    rb_grn_table->columns = Qnil;
     rb_grn_table->columns = rb_ary_new();
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index