]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Image metadata updates
[wimlib] / include / wimlib / blob_table.h
index 4e70e5749f4b21f594ec26f034c414e8b11a5202..ae4f9f4d27b826c0763f9a4d43bf8e878df57466 100644 (file)
@@ -259,9 +259,6 @@ struct blob_descriptor {
 
                /* Links blobs being exported.  */
                struct list_head export_blob_list;
-
-               /* Links original list of blobs in the read-write mounted image.  */
-               struct list_head orig_blob_list;
        };
 };