diff options
| -rw-r--r-- | lib/input.ml | 2 |
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 |
