]> wimlib.net Git - wimlib/commitdiff
Remove WIMLIB_ERR_LIBXML_UTF16_HANDLER_NOT_AVAILABLE
authorEric Biggers <ebiggers3@gmail.com>
Sat, 3 Oct 2015 19:34:22 +0000 (14:34 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 3 Oct 2015 20:02:55 +0000 (15:02 -0500)
include/wimlib.h
src/error.c

index c95e7635db4f014062caf338ceac69ae9be6c431..a2d6299e4cb4133aed1667a6f60b342859d88e81 100644 (file)
@@ -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,
index 6e04a06ae1cd94f125307502844c9cdce437fa1e..a4672a5644e68eb2f1adc435d87f1940a5bbb35f 100644 (file)
@@ -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"),