summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-01-03 23:02:43 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-01-03 23:02:43 +0900
commit3c41ad4018b1a230ea3d2a94932853909a274657 (patch)
treebbcd596c57eb90fe3601f750b5246d398afaf6d5 /mrbgems/mruby-bin-debugger
parent465ce1e52846cb0ab2ce711692e376b9cf027e66 (diff)
parentdae42ffe54b3b2e3f49c53a0d5235a3ee17f4894 (diff)
downloadmruby-3c41ad4018b1a230ea3d2a94932853909a274657.tar.gz
mruby-3c41ad4018b1a230ea3d2a94932853909a274657.zip
Merge pull request #2693 from cubicdaiya/remove-duplicate-declarations
Removed duplicated declarations.
Diffstat (limited to 'mrbgems/mruby-bin-debugger')
-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;