Navigation Menu

Skip to content

Commit

Permalink
removed redundant operations. refs #1027
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Jul 1, 2011
1 parent 093d70f commit 9ff4789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -4543,8 +4543,6 @@ int ha_mroonga::wrapper_reset()
error = wrap_handler->ha_reset();
MRN_SET_BASE_SHARE_KEY(share, table->s);
MRN_SET_BASE_TABLE_KEY(this, table);
grn_obj_unlink(ctx, matched_record_keys);
matched_record_keys = NULL;
if (matched_record_keys) {
grn_obj_unlink(ctx, matched_record_keys);
matched_record_keys = NULL;
Expand Down

0 comments on commit 9ff4789

Please sign in to comment.