X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fblob_table.h;h=ae4f9f4d27b826c0763f9a4d43bf8e878df57466;hb=4fb86d6254e7be4da455fa9da0f1032621bb3c96;hp=4e70e5749f4b21f594ec26f034c414e8b11a5202;hpb=8b676e7d340fb8197824745eb387e1d3154e6f60;p=wimlib diff --git a/include/wimlib/blob_table.h b/include/wimlib/blob_table.h index 4e70e574..ae4f9f4d 100644 --- a/include/wimlib/blob_table.h +++ b/include/wimlib/blob_table.h @@ -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; }; };