From: Richard Levitte Date: Wed, 11 Jun 2003 21:47:21 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: BEN_FIPS_TEST_1~38^2~62 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c78b4f1d3db20da258bb5504b22ad9ec871bb631;hp=33862b90bb97316806532c4e1b95514066d7d02d;ds=sidebyside Remove unused variable --- diff --git a/crypto/err/err.c b/crypto/err/err.c index 2da71c01b7..9b9bec6850 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -1046,7 +1046,6 @@ err: int ERR_set_mark(void) { - int i=0; ERR_STATE *es; es=ERR_get_state(); @@ -1058,7 +1057,6 @@ int ERR_set_mark(void) int ERR_pop_to_mark(void) { - int i=0; ERR_STATE *es; es=ERR_get_state();