diff --git a/vm/src/stdlib/posix.rs b/vm/src/stdlib/posix.rs index 6e3935449..fb8604537 100644 --- a/vm/src/stdlib/posix.rs +++ b/vm/src/stdlib/posix.rs @@ -1881,8 +1881,6 @@ pub mod module { pathconf(PathOrFd::Fd(fd), name, vm) } - // TODO: this is expected to be run on macOS as a unix, but somehow not. - #[cfg(target_os = "linux")] #[pyattr] fn pathconf_names(vm: &VirtualMachine) -> PyDictRef { use strum::IntoEnumIterator;