summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-random/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-03-05 17:44:12 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-03-05 17:44:12 +0900
commit640efb30158a5ae0ca458f0b28f5b64be80dcd05 (patch)
treee5f9afafc94a48567eb037d9b1c27a15a2367e7b /mrbgems/mruby-random/src
parent1c4d58b8829bad148ced968dd50f5954ba2ce400 (diff)
parent80d8170959d8bf164634ffd3ecf4ebbaf99673e4 (diff)
downloadmruby-640efb30158a5ae0ca458f0b28f5b64be80dcd05.tar.gz
mruby-640efb30158a5ae0ca458f0b28f5b64be80dcd05.zip
Merge pull request #1808 from cubicdaiya/issues/unused_variable
remove unused variable
Diffstat (limited to 'mrbgems/mruby-random/src')
-rw-r--r--mrbgems/mruby-random/src/random.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-random/src/random.c b/mrbgems/mruby-random/src/random.c
index 5b291bf61..4ef009c54 100644
--- a/mrbgems/mruby-random/src/random.c
+++ b/mrbgems/mruby-random/src/random.c
@@ -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 = {