From 1eb02552eae24854f66ecc32104f6c2dcf6a9efb Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 22 May 2012 18:51:22 +0900 Subject: remove unused prototype from hash.h --- include/mruby/hash.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3