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-debugger | |
| 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-debugger')
| -rwxr-xr-x | mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c index 5396e645e..5c7bd77e0 100755 --- a/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c +++ b/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c @@ -19,8 +19,6 @@ #include "apibreak.h" #include "apilist.h" -void mrb_show_version(mrb_state *); -void mrb_show_copyright(mrb_state *); void mrdb_state_free(mrb_state *); static mrb_debug_context *_debug_context = NULL; |
