summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mruby/irep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby/irep.h b/include/mruby/irep.h
index 8d1648e13..640b0177f 100644
--- a/include/mruby/irep.h
+++ b/include/mruby/irep.h
@@ -31,9 +31,7 @@ typedef struct mrb_pool_value {
union {
const char *str;
int32_t i32;
-#if defined(MRB_64BIT) || defined(MRB_INT64)
int64_t i64;
-#endif
#ifndef MRB_NO_FLOAT
mrb_float f;
#endif