]> wimlib.net Git - wimlib/commitdiff
Remove WIMLIB_OPEN_MASK_PUBLIC
authorEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 17:20:42 +0000 (12:20 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 13 May 2014 17:20:42 +0000 (12:20 -0500)
include/wimlib/wim.h

index fa19c28dada89f34bdcdb094861255f93889e533..42d109ed74bbb859e3421e083792a5c73f3d919a 100644 (file)
@@ -145,7 +145,6 @@ wim_checksum_unhashed_streams(WIMStruct *wim);
 /* Internal open flags (pass to open_wim_as_WIMStruct(), not wimlib_open_wim())
  */
 #define WIMLIB_OPEN_FLAG_FROM_PIPE     0x80000000
 /* Internal open flags (pass to open_wim_as_WIMStruct(), not wimlib_open_wim())
  */
 #define WIMLIB_OPEN_FLAG_FROM_PIPE     0x80000000
-#define WIMLIB_OPEN_MASK_PUBLIC                0x7fffffff
 
 extern int
 open_wim_as_WIMStruct(const void *wim_filename_or_fd, int open_flags,
 
 extern int
 open_wim_as_WIMStruct(const void *wim_filename_or_fd, int open_flags,