mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Removed an unused local variable; ref #4615
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user