summaryrefslogtreecommitdiff
path: root/ext/phar/phar_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/phar_internal.h')
-rwxr-xr-xext/phar/phar_internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h
index b1e9d2c53d..c86d17707b 100755
--- a/ext/phar/phar_internal.h
+++ b/ext/phar/phar_internal.h
@@ -76,15 +76,6 @@
#define PHAR_SIG_USE PHAR_SIG_SHA1
-/* metadata type constants */
-
-#define PHAR_METADATA_FINISHED 0x00000000
-
-/* basic meta-data types */
-#define PHAR_METADATA_STRING 0x00000001
-#define PHAR_METADATA_INT 0x00000002
-#define PHAR_METADATA_BOOL 0x00000003
-
/* flags byte for each file adheres to these bitmasks.
All unused values are reserved */
#define PHAR_ENT_COMPRESSION_MASK 0x0000F000