Navigation Menu

Skip to content

Commit

Permalink
Remove unused variable. refs #1964
Browse files Browse the repository at this point in the history
  • Loading branch information
shibakentoku committed Nov 21, 2013
1 parent 4463226 commit d5cc394
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ha_mroonga.cpp
Expand Up @@ -14852,11 +14852,6 @@ bool ha_mroonga::check_written_by_row_based_binlog()
DBUG_RETURN(false);
}

#ifdef _WIN32
unsigned __int64 option_bits;
#else
uint64 option_bits;
#endif
if (!thd_test_options(thd, OPTION_BIN_LOG)) {
DBUG_RETURN(false);
}
Expand Down

0 comments on commit d5cc394

Please sign in to comment.