T.P.Error: remove unused variables
This commit is contained in:
parent
1942dc5611
commit
8621ed600a
1 changed files with 2 additions and 2 deletions
|
@ -176,11 +176,11 @@ handleError (Left e) =
|
||||||
PandocFilterError{} -> 83
|
PandocFilterError{} -> 83
|
||||||
PandocLuaError{} -> 84
|
PandocLuaError{} -> 84
|
||||||
PandocCouldNotFindDataFileError{} -> 97
|
PandocCouldNotFindDataFileError{} -> 97
|
||||||
PandocResourceNotFound fn -> 99
|
PandocResourceNotFound{} -> 99
|
||||||
PandocTemplateError{} -> 5
|
PandocTemplateError{} -> 5
|
||||||
PandocAppError{} -> 4
|
PandocAppError{} -> 4
|
||||||
PandocEpubSubdirectoryError{} -> 31
|
PandocEpubSubdirectoryError{} -> 31
|
||||||
PandocMacroLoop s -> 91
|
PandocMacroLoop{} -> 91
|
||||||
PandocUTF8DecodingError{} -> 92
|
PandocUTF8DecodingError{} -> 92
|
||||||
PandocIpynbDecodingError{} -> 93
|
PandocIpynbDecodingError{} -> 93
|
||||||
PandocUnknownReaderError{} -> 21
|
PandocUnknownReaderError{} -> 21
|
||||||
|
|
Loading…
Add table
Reference in a new issue