From: Eric Biggers Date: Sat, 3 Oct 2015 19:34:22 +0000 (-0500) Subject: Remove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE X-Git-Tag: v1.8.3~73 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=1303150699ab5bf40201855fc6923387ddfd5ac0 Remove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE --- diff --git a/include/wimlib.h b/include/wimlib.h index c95e7635..a2d6299e 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2433,7 +2433,6 @@ enum wimlib_error_code { WIMLIB_ERR_INVALID_UTF8_STRING = 31, WIMLIB_ERR_IS_DIRECTORY = 32, WIMLIB_ERR_IS_SPLIT_WIM = 33, - WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE = 34, WIMLIB_ERR_LINK = 35, WIMLIB_ERR_METADATA_NOT_FOUND = 36, WIMLIB_ERR_MKDIR = 37, diff --git a/src/error.c b/src/error.c index 6e04a06a..a4672a56 100644 --- a/src/error.c +++ b/src/error.c @@ -236,9 +236,6 @@ static const tchar * const error_strings[] = { = T("One of the specified paths to delete was a directory"), [WIMLIB_ERR_IS_SPLIT_WIM] = T("The WIM is part of a split WIM, which is not supported for this operation"), - [WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE] - = T("libxml2 was unable to find a character encoding conversion handler " - "for UTF-16LE"), [WIMLIB_ERR_LINK] = T("Failed to create a hard or symbolic link when extracting " "a file from the WIM"),