summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-08 09:54:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-08 09:58:44 +0900
commit06b1662807b117f4ecff4acda76bca808b3d2dff (patch)
tree1f911adcbc8d70926b381738c9f7d1b0a6f1b6a1 /mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
parentc572165292082c19154f7c8e85874b21108c6286 (diff)
downloadmruby-06b1662807b117f4ecff4acda76bca808b3d2dff.tar.gz
mruby-06b1662807b117f4ecff4acda76bca808b3d2dff.zip
mruby-bin-debugger: remove unused local variables.
Diffstat (limited to 'mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c')
-rw-r--r--mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
index 217558b5d..368ececcf 100644
--- a/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
+++ b/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
@@ -66,7 +66,6 @@ dirname(mrb_state *mrb, const char *path)
{
size_t len;
const char *p;
- char *dir;
if (path == NULL) {
return NULL;