diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-22 18:51:22 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-22 18:51:22 +0900 |
| commit | 1eb02552eae24854f66ecc32104f6c2dcf6a9efb (patch) | |
| tree | 3dab5e414b71d4f1e21ea456a94fbcdec58ab25b /include | |
| parent | c9930d1c3246015fdb3e923065244c976ebddcc0 (diff) | |
| download | mruby-1eb02552eae24854f66ecc32104f6c2dcf6a9efb.tar.gz mruby-1eb02552eae24854f66ecc32104f6c2dcf6a9efb.zip | |
remove unused prototype from hash.h
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/hash.h | 1 |
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) |
