Skip to content

Commit 4fe938b

Browse files
committed
remove duplicated declaration, fix build
1 parent e856530 commit 4fe938b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/mcrypt/mcrypt.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,6 @@ static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{
381381
}
382382
/* }}} */
383383

384-
typedef enum {
385-
RANDOM = 0,
386-
URANDOM,
387-
RAND
388-
} iv_source;
389-
390384
static PHP_MINIT_FUNCTION(mcrypt) /* {{{ */
391385
{
392386
le_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number);

0 commit comments

Comments
 (0)