From 0c63eed44b5bdd46f98a29169c7b3d57732f41fd Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 17 Jan 2016 17:06:07 -0600 Subject: [PATCH 1/1] wimlib.h: remove old PACK_STREAMS alias for SOLID --- include/wimlib.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/wimlib.h b/include/wimlib.h index de725935..4279ac21 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2234,12 +2234,6 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour */ #define WIMLIB_WRITE_FLAG_SOLID 0x00001000 -/** - * Deprecated: this is the old name for ::WIMLIB_WRITE_FLAG_SOLID, retained for - * source compatibility. - */ -#define WIMLIB_WRITE_FLAG_PACK_STREAMS WIMLIB_WRITE_FLAG_SOLID - /** * Send ::WIMLIB_PROGRESS_MSG_DONE_WITH_FILE messages while writing the WIM * file. This is only needed in the unusual case that the library user needs to -- 2.43.0