summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-11 21:47:21 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-11 21:47:21 +0000
commitc78b4f1d3db20da258bb5504b22ad9ec871bb631 (patch)
tree029421c2d4c9ff4767fb5abb27e3e75baae7051a /crypto/err
parent33862b90bb97316806532c4e1b95514066d7d02d (diff)
Remove unused variable
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err.c2
1 files changed, 0 insertions, 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();