From dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Sat, 3 Jan 2015 22:56:36 +0900 Subject: Removed duplicated declarations. * `mrb_show_version()` * `mrb_show_copyright()` --- mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mrbgems/mruby-bin-debugger/tools') 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; -- cgit v1.2.3