summaryrefslogtreecommitdiff
path: root/ext/standard/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/crypt.c')
-rw-r--r--ext/standard/crypt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c
index 148bbd7e40..a3fe1d4da7 100644
--- a/ext/standard/crypt.c
+++ b/ext/standard/crypt.c
@@ -92,8 +92,6 @@ zend_module_entry crypt_module_entry = {
PHP_MINIT_FUNCTION(crypt)
{
- ELS_FETCH();
-
#if PHP3_STD_DES_CRYPT
REGISTER_LONG_CONSTANT("CRYPT_SALT_LENGTH", 2, CONST_CS | CONST_PERSISTENT);
#else