]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Modify treatment of metadata entries
[wimlib] / src / wimlib_internal.h
index a5564b488502e6891adf6671d4c2d3bb5ba52298..7f2b914bfc23d017d610de633b01725f23b9e3e0 100644 (file)
@@ -300,11 +300,9 @@ struct WIMStruct {
        /* The header of the WIM file. */
        struct wim_header hdr;
 
-       /* Temporary fields */
-       union {
-               bool write_metadata;
-               void *private;
-       };
+       /* Temporary field */
+       void *private;
+
 #ifdef WITH_NTFS_3G
        struct _ntfs_volume *ntfs_vol;
 #endif