From c78b4f1d3db20da258bb5504b22ad9ec871bb631 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Jun 2003 21:47:21 +0000 Subject: [PATCH] Remove unused variable --- crypto/err/err.c | 2 -- 1 file changed, 2 deletions(-) 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(); -- 2.25.1