From 6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Thu, 11 Dec 2025 21:32:51 +0000 Subject: remove unused exception --- lib/input_foreman.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml index 4808d6d..db39a92 100644 --- a/lib/input_foreman.ml +++ b/lib/input_foreman.ml @@ -195,8 +195,6 @@ let cp_darcs_context ~env ~(name : Name.t) ~context = in Ok (Fmt.str "./%s/%s.txt" Working_directory.darcs_context_dir (Name.take name)) -exception Proc_error of string - let prefetch ~env ~proc_mgr ~name () : (unit, error) result = Logs.app (fun m -> m "Prefetching input %a โ€ฆ (this may take a while)" Name.pp name); let open Input in -- cgit v1.2.3