From 9e2026e46252c5262f961c7dd4e266d2b706f442 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 6 Feb 2024 21:32:42 -0500 Subject: [PATCH] cleanup --- src/unix/IO_unix.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/unix/IO_unix.ml b/src/unix/IO_unix.ml index 989f381b..b63292ea 100644 --- a/src/unix/IO_unix.ml +++ b/src/unix/IO_unix.ml @@ -1,5 +1,3 @@ -open Common_ - type file_descr = Unix.file_descr let rec read fd buf i len : int =