remove unused variable

GLOBAL_RAND_SEED_KEY is no longer used.
This commit is contained in:
cubicdaiya
2014-03-05 17:19:26 +09:00
parent 3120eb3ecc
commit 80d8170959
-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 = {