summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
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();