[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] Remove unused member

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:40 JST 2012


Kouhei Sutou	2012-04-26 23:48:07 +0900 (Thu, 26 Apr 2012)

  New Revision: daa655b7bf97e437a94c73acd31def0c70093fe2
  https://github.com/mroonga/mroonga/commit/daa655b7bf97e437a94c73acd31def0c70093fe2

  Log:
    Remove unused member

  Modified files:
    ha_mroonga.cpp
    ha_mroonga.hpp

  Modified: ha_mroonga.cpp (+0 -1)
===================================================================
--- ha_mroonga.cpp    2012-04-26 23:40:07 +0900 (20380be)
+++ ha_mroonga.cpp    2012-04-26 23:48:07 +0900 (e80b644)
@@ -1692,7 +1692,6 @@ ha_mroonga::ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg)
 
    cursor(NULL),
    index_table_cursor(NULL),
-   score_column(NULL),
    id_accessor(NULL),
    key_accessor(NULL),
 

  Modified: ha_mroonga.hpp (+0 -1)
===================================================================
--- ha_mroonga.hpp    2012-04-26 23:40:07 +0900 (5507215)
+++ ha_mroonga.hpp    2012-04-26 23:48:07 +0900 (5b10cec)
@@ -211,7 +211,6 @@ private:
   grn_obj *cursor_geo;
   grn_table_cursor *cursor;
   grn_table_cursor *index_table_cursor;
-  grn_obj *score_column;
   grn_obj *id_accessor;
   grn_obj *key_accessor;
   grn_obj *sorted_result;
-------------- next part --------------
HTML����������������������������...
Download 



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