Get rid of unused function warning for `_WIN32`

This commit is contained in:
xtkoba 2021-05-09 10:32:11 +09:00 коммит произвёл Nobuyoshi Nakada
Родитель 842673240b
Коммит c5ff954410
1 изменённых файлов: 1 добавлений и 1 удалений

2
file.c
Просмотреть файл

@ -3355,7 +3355,6 @@ getcwdofdrv(int drv)
}
return drvcwd;
}
#endif
static inline int
not_same_drive(VALUE path, int drive)
@ -3370,6 +3369,7 @@ not_same_drive(VALUE path, int drive)
}
}
#endif
#endif
static inline char *
skiproot(const char *path, const char *end, rb_encoding *enc)