X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fblob_table.h;h=9dfca8dcc7171bfc8a81447a3375b8b2c66c3a73;hp=0ccccfbbbbb0f876e4172016d7e2fc60d864834e;hb=b82856cb22783df0e19990eb68d3694753f52220;hpb=bf06d7c97be31ca199d19af76cdfd2dc5c38c6de;ds=sidebyside diff --git a/include/wimlib/blob_table.h b/include/wimlib/blob_table.h index 0ccccfbb..9dfca8dc 100644 --- a/include/wimlib/blob_table.h +++ b/include/wimlib/blob_table.h @@ -376,18 +376,6 @@ blob_set_is_located_in_wim_resource(struct blob_descriptor *blob, blob->offset_in_res = offset_in_res; } -/* - * Declare that the specified blob is located in the specified non-solid WIM - * resource. In this case, the blob data is the entire uncompressed resource. - */ -static inline void -blob_set_is_located_in_nonsolid_wim_resource(struct blob_descriptor *blob, - struct wim_resource_descriptor *rdesc) -{ - blob_set_is_located_in_wim_resource(blob, rdesc, 0); - blob->size = rdesc->uncompressed_size; -} - static inline void blob_unset_is_located_in_wim_resource(struct blob_descriptor *blob) {