• Li Yazhou's avatar
    clearn up warning in hash.c · adbf1eba
    Li Yazhou authored
    /home/fleuria/code/mruby/src/hash.c:159:1: warning: ‘mrb_hash_dp`defined but not used [-Wunused-function]
     mrb_hash_dup(mrb_state *mrb, mrb_value hash)
         ^
    
    this commit defines Hash#dup to take advantage of mrb_hash_dup, however
    it seems that Hash#dup is not in ISO standard.
    adbf1eba
hash.c 24.9 KB