From: Eric Biggers Date: Sun, 5 May 2013 04:15:13 +0000 (-0500) Subject: read_resource_prefix(): Remove comment about removed flag X-Git-Tag: v1.4.0~127 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=ef8f175fc63c907e7f65498c2979f0da153a20d9;ds=sidebyside read_resource_prefix(): Remove comment about removed flag --- 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.