summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-27 12:54:19 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-27 12:54:19 +0900
commit88043c5ccd198b60b54b97d103d3f420c698c882 (patch)
tree5fc35b501c908942fe8ff910005d0c90bc2cf1a5
parent638a66fd7801624a47858d4e8e3927ca69a52f00 (diff)
downloadmruby-88043c5ccd198b60b54b97d103d3f420c698c882.tar.gz
mruby-88043c5ccd198b60b54b97d103d3f420c698c882.zip
remove <stdio.h> that added for debugging
-rw-r--r--src/gc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gc.c b/src/gc.c
index 1468dd994..c0d4e1599 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -545,8 +545,6 @@ obj_free(mrb_state *mrb, struct RBasic *obj)
obj->tt = MRB_TT_FREE;
}
-#include <stdio.h>
-
static void
root_scan_phase(mrb_state *mrb)
{