]> wimlib.net Git - wimlib/blobdiff - include/wimlib/resource.h
Trim down 'flags' member of 'struct blob_descriptor'
[wimlib] / include / wimlib / resource.h
index 98305f009e8e7ecd371e34a7e460c4a767cda121..ddd9ad969ffd48d9d51ec318550253aa07d9f9c0 100644 (file)
@@ -310,11 +310,6 @@ struct pwm_blob_hdr {
                                        /* +40  */
 } _packed_attribute;
 
-/* Extra flag for the @flags field in `struct pwm_blob_hdr': Indicates that the
- * SHA-1 message digest of the stream has not been calculated.  Currently only
- * used for the XML data.  */
-#define PWM_RESHDR_FLAG_UNHASHED         0x100
-
 /* Header that precedes each chunk of a compressed resource in a pipable WIM.
  */
 struct pwm_chunk_hdr {