commit 7dc94d38d40651c471932a186a3a2a4eeb1f6227
parent ceced1c9798955c1605b4bf008c78c49c795269c
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 24 Feb 2021 17:44:34 -0500
os::dirfdfs: remove unused import
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/os/+linux/dirfdfs.ha b/os/+linux/dirfdfs.ha
@@ -3,7 +3,6 @@ use fs;
use io;
use rt;
use strings;
-use strconv;
// Controls how symlinks are followed (or not) in a dirfd filesystem. Support
// for this feature varies, you should gate usage of this enum behind a build