T.P.Error: remove unused variables

This commit is contained in:
Albert Krewinkel 2021-02-14 15:49:12 +01:00
parent 1942dc5611
commit 8621ed600a
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -176,11 +176,11 @@ handleError (Left e) =
PandocFilterError{} -> 83
PandocLuaError{} -> 84
PandocCouldNotFindDataFileError{} -> 97
PandocResourceNotFound fn -> 99
PandocResourceNotFound{} -> 99
PandocTemplateError{} -> 5
PandocAppError{} -> 4
PandocEpubSubdirectoryError{} -> 31
PandocMacroLoop s -> 91
PandocMacroLoop{} -> 91
PandocUTF8DecodingError{} -> 92
PandocIpynbDecodingError{} -> 93
PandocUnknownReaderError{} -> 21