summaryrefslogtreecommitdiffhomepage
path: root/src/hash.c
diff options
context:
space:
mode:
authorMasaki Muranaka <[email protected]>2012-06-15 00:56:00 +0900
committerMasaki Muranaka <[email protected]>2012-06-15 00:56:00 +0900
commitf564ec7e822c55e8ef6973170818263675b2499f (patch)
tree19424b7bba46a3c3c69e1eaec833df8626860731 /src/hash.c
parentc7b1622f40bd7625eaebde228a2c4255488c4ee9 (diff)
downloadmruby-f564ec7e822c55e8ef6973170818263675b2499f.tar.gz
mruby-f564ec7e822c55e8ef6973170818263675b2499f.zip
Remove some redundant code.
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c8
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