mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unused variable
GLOBAL_RAND_SEED_KEY is no longer used.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user