projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33862b9
)
Remove unused variable
author
Richard Levitte
<levitte@openssl.org>
Wed, 11 Jun 2003 21:47:21 +0000
(21:47 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 11 Jun 2003 21:47:21 +0000
(21:47 +0000)
crypto/err/err.c
patch
|
blob
|
history
diff --git
a/crypto/err/err.c
b/crypto/err/err.c
index 2da71c01b745fe301462a94ea3c30a4bdbbf1837..9b9bec6850868c67e16d9382b5b9555390d36495 100644
(file)
--- 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();