diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-01-08 03:33:00 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-01-08 03:33:00 +0000 |
commit | 2d4a4a99d39c2a93ed9238f7b0f91cface9eb020 (patch) | |
tree | e7b2c43c7bf4ddff28ac47a46a407883fdf2601e | |
parent | a7ac507adeebd16351f1fe1495f91bef1ed41a4c (diff) | |
download | php-git-2d4a4a99d39c2a93ed9238f7b0f91cface9eb020.tar.gz |
Removed unused variable.
-rw-r--r-- | ext/mcrypt/mcrypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mcrypt/mcrypt.c b/ext/mcrypt/mcrypt.c index da78250473..326e8bfa77 100644 --- a/ext/mcrypt/mcrypt.c +++ b/ext/mcrypt/mcrypt.c @@ -874,7 +874,6 @@ PHP_FUNCTION(mcrypt_get_key_size) int cipher_len, module_len; char *cipher_dir_string; char *module_dir_string; - long key_size; MCRYPT td; MCRYPT_GET_INI |