diff options
| author | Tatsuhiko Kubo <[email protected]> | 2015-01-03 22:56:36 +0900 |
|---|---|---|
| committer | Tatsuhiko Kubo <[email protected]> | 2015-01-03 22:56:36 +0900 |
| commit | dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 (patch) | |
| tree | bbcd596c57eb90fe3601f750b5246d398afaf6d5 /mrbgems/mruby-bin-mirb | |
| parent | 465ce1e52846cb0ab2ce711692e376b9cf027e66 (diff) | |
| download | mruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.tar.gz mruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.zip | |
Removed duplicated declarations.
* `mrb_show_version()`
* `mrb_show_copyright()`
Diffstat (limited to 'mrbgems/mruby-bin-mirb')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index 6fafa340a..59f7fd5e6 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -193,9 +193,6 @@ is_code_block_open(struct mrb_parser_state *parser) return code_block_open; } -void mrb_show_version(mrb_state *); -void mrb_show_copyright(mrb_state *); - struct _args { mrb_bool verbose : 1; int argc; |
