summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-19 18:59:53 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-19 18:59:53 +0900
commitf57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0 (patch)
treec3a71172e827ad9eb390e718ef13b8d8ca913f8d /tools/mrbc
parentf9b14f49e6415ff9dcb0d5dee11c93f6fec5ec5c (diff)
downloadmruby-f57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0.tar.gz
mruby-f57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0.zip
parser_dump() is not used in mrbc; close #1561
Diffstat (limited to 'tools/mrbc')
-rw-r--r--tools/mrbc/mrbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mrbc/mrbc.c b/tools/mrbc/mrbc.c
index 46d0d95ca..e2179d708 100644
--- a/tools/mrbc/mrbc.c
+++ b/tools/mrbc/mrbc.c
@@ -11,7 +11,6 @@
void mrb_show_version(mrb_state *);
void mrb_show_copyright(mrb_state *);
-void parser_dump(mrb_state*, struct mrb_ast_node*, int);
struct mrbc_args {
int argc;