remove unused prototype from hash.h

This commit is contained in:
Yukihiro Matsumoto
2012-05-22 18:51:22 +09:00
parent c9930d1c32
commit 1eb02552ea
-1
View File
@@ -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)