summaryrefslogtreecommitdiff
path: root/ext/standard/pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pack.h')
-rw-r--r--ext/standard/pack.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/pack.h b/ext/standard/pack.h
index 98900415bc..3550c0270b 100644
--- a/ext/standard/pack.h
+++ b/ext/standard/pack.h
@@ -32,13 +32,8 @@
#ifndef _PACK_H
#define _PACK_H
-extern zend_module_entry pack_module_entry;
-#define pack_module_ptr &pack_module_entry
-
extern PHP_MINIT_FUNCTION(pack);
PHP_FUNCTION(pack);
PHP_FUNCTION(unpack);
-#define phpext_pack_ptr pack_module_ptr
-
#endif /* _PACK_H */