summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 21:32:51 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 21:32:51 +0000
commit6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3 (patch)
tree0fb0cb51847c68b0bbdf22c4686f711c3b435e36 /lib
parent0ba222850396361e7a339811cd85abf33ea3e165 (diff)
downloadnixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar.gz
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar.bz2
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar.lz
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar.xz
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.tar.zst
nixtaml-6fbea2fc7d2f9e3457a028c93ae7a7e0bf9ca7e3.zip
remove unused exception
Diffstat (limited to 'lib')
-rw-r--r--lib/input_foreman.ml2
1 files changed, 0 insertions, 2 deletions
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