Skip to content

Commit 576dcff

Browse files
robur-teamdinosaurereynir
committed
Remove [`Msg of string] from Tar_unix.decode_error
Co-authored-by: Calascibetta Romain <[email protected]> Co-authored-by: Reynir Björnsson <[email protected]>
1 parent c24cd1b commit 576dcff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unix/tar_unix.mli

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ type decode_error = [
2020
| `Fatal of Tar.error
2121
| `Unix of Unix.error * string * string
2222
| `Unexpected_end_of_file
23-
| `Msg of string
2423
]
2524

2625
type t

0 commit comments

Comments
 (0)