From 4ec53db826c4c4cfa8b8ddde6c28f11eafea0919 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Jan 2016 17:06:06 -0600 Subject: [PATCH] wimlib.h: remove unused RESUME flag --- include/wimlib.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wimlib.h b/include/wimlib.h index 7b4cb376..de725935 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -1896,9 +1896,6 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour * only allows the Administrator to create symbolic links. */ #define WIMLIB_EXTRACT_FLAG_STRICT_SYMLINKS 0x00008000 -/** Reserved for future use. */ -#define WIMLIB_EXTRACT_FLAG_RESUME 0x00010000 - /** For wimlib_extract_paths() and wimlib_extract_pathlist() only: Treat the * paths to extract as wildcard patterns ("globs") which may contain the * wildcard characters @c ? and @c *. The @c ? character matches any -- 2.43.0