From: foobar Date: Wed, 22 Aug 2001 17:39:16 +0000 (+0000) Subject: killed a compile warning. X-Git-Tag: PRE_SUBST_Z_MACROS~391 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ade27507a6bf232f2806bc30f8ad116dc6959c8;p=php killed a compile warning. --- diff --git a/ext/mhash/mhash.c b/ext/mhash/mhash.c index 68950f9bfc..c34fc4397d 100644 --- a/ext/mhash/mhash.c +++ b/ext/mhash/mhash.c @@ -208,7 +208,6 @@ PHP_FUNCTION(mhash) PHP_FUNCTION(mhash_keygen_s2k) { pval **hash, **input_password, **bytes, **input_salt; - unsigned char *key; int password_len, salt_len; int hashid, size=0, val; KEYGEN keystruct;