Skip to content
Snippets Groups Projects
Commit 7dec35d7 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.

parent 364bb61d
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_1(mod_os_stat_obj, mod_os_stat);
#if MICROPY_PY_OS_STATVFS
#if MICROPY_PY_OS_STATVFS
#if USE_STATFS
#include <sys/vfs.h>
#define STRUCT_STATVFS struct statfs
......@@ -86,7 +85,6 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_1(mod_os_stat_obj, mod_os_stat);
#define F_NAMEMAX sb.f_namemax
#define F_FLAG sb.f_flag
#endif
#endif
STATIC mp_obj_t mod_os_statvfs(mp_obj_t path_in) {
STRUCT_STATVFS sb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment