summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools
diff options
context:
space:
mode:
authorTatsuhiko Kubo <[email protected]>2015-01-03 22:56:36 +0900
committerTatsuhiko Kubo <[email protected]>2015-01-03 22:56:36 +0900
commitdae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 (patch)
treebbcd596c57eb90fe3601f750b5246d398afaf6d5 /mrbgems/mruby-bin-debugger/tools
parent465ce1e52846cb0ab2ce711692e376b9cf027e66 (diff)
downloadmruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.tar.gz
mruby-dae42ffe54b3b2e3f49c53a0d5235a3ee17f4894.zip
Removed duplicated declarations.
* `mrb_show_version()` * `mrb_show_copyright()`
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools')
-rwxr-xr-xmrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c2
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;