Navigation Menu

Skip to content

Commit

Permalink
Remove unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2012
1 parent 6db53e3 commit daa655b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ha_mroonga.cpp
Expand Up @@ -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),

Expand Down
1 change: 0 additions & 1 deletion ha_mroonga.hpp
Expand Up @@ -211,7 +211,6 @@ class ha_mroonga: public handler
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;
Expand Down

0 comments on commit daa655b

Please sign in to comment.