Merge pull request #1808 from cubicdaiya/issues/unused_variable

remove unused variable
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-05 17:44:12 +09:00
-1
View File
@@ -13,7 +13,6 @@
#include <time.h>
static char const GLOBAL_RAND_SEED_KEY[] = "$mrb_g_rand_seed";
static char const MT_STATE_KEY[] = "$mrb_i_mt_state";
static const struct mrb_data_type mt_state_type = {