diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-14 13:56:30 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-06-14 13:56:30 -0700 |
| commit | f093ed69aec7a3640484bffbaa01b5e453495406 (patch) | |
| tree | c13f2e81944542f9a53ff2294a1b9608a460b74e /src/hash.c | |
| parent | c7b1622f40bd7625eaebde228a2c4255488c4ee9 (diff) | |
| parent | 56103509c89807c7498a4f91ed715a3e684b0b31 (diff) | |
| download | mruby-f093ed69aec7a3640484bffbaa01b5e453495406.tar.gz mruby-f093ed69aec7a3640484bffbaa01b5e453495406.zip | |
Merge pull request #282 from monaka/pr-remove-redundant-code
Remove some redundant code.
Diffstat (limited to 'src/hash.c')
| -rw-r--r-- | src/hash.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hash.c b/src/hash.c index 4a85fcec3..fe5336dc1 100644 --- a/src/hash.c +++ b/src/hash.c @@ -33,14 +33,6 @@ mrb_hash_ht_hash_equal(mrb_state *mrb, mrb_value a, mrb_value b) KHASH_INIT(ht, mrb_value, mrb_value, 1, mrb_hash_ht_hash_func, mrb_hash_ht_hash_equal); -#ifndef FALSE -#define FALSE 0 -#endif - -#ifndef TRUE -#define TRUE 1 -#endif - static void mrb_hash_modify(mrb_state *mrb, mrb_value hash); static inline mrb_value |
