]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Save original xml_data only when needed
[wimlib] / src / wimlib_internal.h
index 6396c00ad03776dfaff463a80541182cb0a90eb5..8f4d295804873a3046b7f94680e47145b6f9aea3 100644 (file)
@@ -295,9 +295,6 @@ struct WIMStruct {
        /* The lookup table for the WIM file. */
        struct wim_lookup_table *lookup_table;
 
-       /* Pointer to the XML data read from the WIM file (UTF16LE-encoded). */
-       utf16lechar *xml_data;
-
        /* Information retrieved from the XML data, arranged in an orderly
         * manner. */
        struct wim_info *wim_info;