summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/input_foreman.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/input_foreman.ml b/lib/input_foreman.ml
index f0a05ad..e91c80c 100644
--- a/lib/input_foreman.ml
+++ b/lib/input_foreman.ml
@@ -368,7 +368,6 @@ let prefetch ~env ~proc_mgr ~name () : (unit, error) result =
let* reference =
match d.reference with
| `Context (`Assumed _) ->
- (* TODO: copy file *)
let* new_ctx =
cp_darcs_context ~env ~name ~context: data.context
|> Result.map_error (fun err -> `Darcs_context err)