]> wimlib.net Git - wimlib/blobdiff - include/wimlib/resource.h
Remove some unneeded includes
[wimlib] / include / wimlib / resource.h
index b2ba851b3a7819e1b95ac6ce2d642f9462a5b279..7861f871d289ba1e4edecaeb997b50a57b4a5782 100644 (file)
@@ -216,11 +216,6 @@ skip_wim_stream(struct wim_lookup_table_entry *lte);
  * @lte:
  *     Stream that is about to be read.
  *
- * @is_partial_res:
- *     Set to true if the stream is just one of several being read from a
- *     single pack and therefore would be extra expensive to read
- *     independently.
- *
  * @ctx:
  *     User-provided context.
  *
@@ -230,7 +225,6 @@ skip_wim_stream(struct wim_lookup_table_entry *lte);
  * (without calling @consume_chunk or @end_stream).
  */
 typedef int (*read_stream_list_begin_stream_t)(struct wim_lookup_table_entry *lte,
-                                              bool is_partial_res,
                                               void *ctx);
 
 #define BEGIN_STREAM_STATUS_SKIP_STREAM        -1