X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fresource.c;h=4b91be6b010104fc2c26cf65f5a16b77606f357a;hp=f54ea259bb5e91c79fd52e8b2cd37f9874b12897;hb=ef8f175fc63c907e7f65498c2979f0da153a20d9;hpb=4f8059f2d0a74a9922128b162d9c9343b305999c diff --git a/src/resource.c b/src/resource.c index f54ea259..4b91be6b 100644 --- a/src/resource.c +++ b/src/resource.c @@ -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.