From 55e7f8d79d3094f3a3b877178132840182ef730d Mon Sep 17 00:00:00 2001 From: Daniel Ntege Date: Mon, 4 Nov 2024 13:58:10 +0300 Subject: [PATCH] following the comments --- lib_eio_windows/fs.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib_eio_windows/fs.ml b/lib_eio_windows/fs.ml index 4ff42868..18c2e6cf 100755 --- a/lib_eio_windows/fs.ml +++ b/lib_eio_windows/fs.ml @@ -181,7 +181,6 @@ end = struct with_parent_dir t path @@ fun dirfd path -> Err.run (Low_level.symlink ~link_to dirfd) path - let close t = t.closed <- true let open_dir t ~sw path =