summaryrefslogtreecommitdiffhomepage
path: root/src/variable.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/variable.c
parentc7b1622f40bd7625eaebde228a2c4255488c4ee9 (diff)
downloadmruby-f564ec7e822c55e8ef6973170818263675b2499f.tar.gz
mruby-f564ec7e822c55e8ef6973170818263675b2499f.zip
Remove some redundant code.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/variable.c b/src/variable.c
index b8957fb6a..47029da28 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -21,14 +21,6 @@
KHASH_INIT(iv, mrb_sym, mrb_value, 1, kh_int_hash_func, kh_int_hash_equal)
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
static void
mark_tbl(mrb_state *mrb, struct kh_iv *h)
{