Navigation Menu

Skip to content

Commit

Permalink
remove a needless comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 16, 2011
1 parent 3263344 commit 0182754
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ha_mroonga.cc
Expand Up @@ -1496,7 +1496,6 @@ int ha_mroonga::create(const char *name, TABLE *table, HA_CREATE_INFO *info)

if (tmp_share->wrapper_mode)
{
/* create wrapped table */
error = wrapper_create(name, table, info, tmp_share);
} else {
error = default_create(name, table, info, tmp_share);
Expand Down

0 comments on commit 0182754

Please sign in to comment.