summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/input.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/input.ml b/lib/input.ml
index 957e7fd..8ccf54f 100644
--- a/lib/input.ml
+++ b/lib/input.ml
@@ -115,8 +115,6 @@ module Darcs = struct
latest_weak_hash: UTF8.t option;
}
[@@deriving show, eq, make, qcheck]
-
- let pp fmt t = Fmt.pf fmt "%s" (show t)
end
module Pijul = struct