Navigation Menu

Skip to content

Commit

Permalink
Remove unused members
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 21, 2012
1 parent bf2371f commit 971d5d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ha_mroonga.cpp
Expand Up @@ -1701,8 +1701,6 @@ ha_mroonga::ha_mroonga(handlerton *hton, TABLE_SHARE *share_arg)

key_min(NULL),
key_max(NULL),
key_min_len(NULL),
key_max_len(NULL),

dup_key(0),

Expand Down
2 changes: 0 additions & 2 deletions ha_mroonga.hpp
Expand Up @@ -220,8 +220,6 @@ class ha_mroonga: public handler
/// for range search
uchar **key_min;
uchar **key_max;
int *key_min_len;
int *key_max_len;

// for error report
uint dup_key;
Expand Down

0 comments on commit 971d5d3

Please sign in to comment.