From ef8f175fc63c907e7f65498c2979f0da153a20d9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 4 May 2013 23:15:13 -0500 Subject: [PATCH 1/1] read_resource_prefix(): Remove comment about removed flag --- src/resource.c | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.43.0