diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-11-19 18:59:53 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-11-19 18:59:53 +0900 |
| commit | f57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0 (patch) | |
| tree | c3a71172e827ad9eb390e718ef13b8d8ca913f8d /tools | |
| parent | f9b14f49e6415ff9dcb0d5dee11c93f6fec5ec5c (diff) | |
| download | mruby-f57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0.tar.gz mruby-f57cdc3cd7969f8f61ae6981b1eab7eb8538b2b0.zip | |
parser_dump() is not used in mrbc; close #1561
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.c | 1 |
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; |
