Removed an unused local variable; ref #4615

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-08-06 20:50:26 +09:00
parent 3dc8d9d7b3
commit 2ba8399ac8
-1
View File
@@ -758,7 +758,6 @@ mrb_io_s_sysclose(mrb_state *mrb, mrb_value klass)
int
mrb_cloexec_open(mrb_state *mrb, const char *pathname, mrb_int flags, mrb_int mode)
{
mrb_value emsg;
int fd, retry = FALSE;
char* fname = mrb_locale_from_utf8(pathname, -1);