summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-22 18:51:22 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-22 18:51:22 +0900
commit1eb02552eae24854f66ecc32104f6c2dcf6a9efb (patch)
tree3dab5e414b71d4f1e21ea456a94fbcdec58ab25b /include
parentc9930d1c3246015fdb3e923065244c976ebddcc0 (diff)
downloadmruby-1eb02552eae24854f66ecc32104f6c2dcf6a9efb.tar.gz
mruby-1eb02552eae24854f66ecc32104f6c2dcf6a9efb.zip
remove unused prototype from hash.h
Diffstat (limited to 'include')
-rw-r--r--include/mruby/hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/hash.h b/include/mruby/hash.h
index 0de5c5f7e..a1f99f788 100644
--- a/include/mruby/hash.h
+++ b/include/mruby/hash.h
@@ -45,7 +45,6 @@ struct kh_ht * mrb_hash_tbl(mrb_state *mrb, mrb_value hash);
#define MRB_HASH_PROC_DEFAULT 256
#define MRB_RHASH_PROCDEFAULT_P(h) (RHASH(h)->flags & MRB_HASH_PROC_DEFAULT)
-void mrb_reset_random_seed(void);
mrb_value mrb_obj_is_proc(mrb_value proc);
#if defined(__cplusplus)