summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mirb/mirb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c
index e3dd097a8..7dbd94c57 100644
--- a/tools/mirb/mirb.c
+++ b/tools/mirb/mirb.c
@@ -208,7 +208,6 @@ int main(void)
// pass a proc for evaulation
mrb_proc_new(mrb_interpreter, mrb_interpreter->irep[byte_code]),
mrb_top_self(mrb_interpreter));
- //mrb_nil_value());
// did an exception occur?
if (mrb_interpreter->exc) {
mrb_p(mrb_interpreter, mrb_obj_value(mrb_interpreter->exc));