diff options
author | Anatol Belski <ab@php.net> | 2015-05-21 10:56:14 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-21 10:56:14 +0200 |
commit | 4fe938b0a95a0d328f57dbd2b20e62333fc3ff6c (patch) | |
tree | 83483c1d918f889490c17a4f525e3a4f83189ed8 /ext/mcrypt | |
parent | e85653051ae63bb56de8077b56747f48fe4e50e3 (diff) | |
download | php-git-4fe938b0a95a0d328f57dbd2b20e62333fc3ff6c.tar.gz |
remove duplicated declaration, fix build
Diffstat (limited to 'ext/mcrypt')
-rw-r--r-- | ext/mcrypt/mcrypt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index 8eeb86dcc1..4654850582 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -381,12 +381,6 @@ static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ } /* }}} */ -typedef enum { - RANDOM = 0, - URANDOM, - RAND -} iv_source; - static PHP_MINIT_FUNCTION(mcrypt) /* {{{ */ { le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number); |