]> wimlib.net Git - wimlib/blobdiff - src/resource.c
read_resource_prefix(): Remove comment about removed flag
[wimlib] / src / resource.c
index f54ea259bb5e91c79fd52e8b2cd37f9874b12897..4b91be6b010104fc2c26cf65f5a16b77606f357a 100644 (file)
@@ -563,8 +563,6 @@ typedef int (*read_resource_prefix_handler_t)(const struct wim_lookup_table_entr
  * size until the resource is exhausted.
  *
  * If the resource is located in a WIM file, @flags can be:
- *   * WIMLIB_RESOURCE_FLAG_THREADSAFE_READ if it must be safe to access the resource
- *     concurrently by multiple threads.
  *   * WIMLIB_RESOURCE_FLAG_RAW if the raw compressed data is to be supplied
  *     instead of the uncompressed data.
  * Otherwise, the @flags are ignored.