提交 c78b4f1d 编写于 作者: R Richard Levitte

Remove unused variable

上级 33862b90
...@@ -1046,7 +1046,6 @@ err: ...@@ -1046,7 +1046,6 @@ err:
int ERR_set_mark(void) int ERR_set_mark(void)
{ {
int i=0;
ERR_STATE *es; ERR_STATE *es;
es=ERR_get_state(); es=ERR_get_state();
...@@ -1058,7 +1057,6 @@ int ERR_set_mark(void) ...@@ -1058,7 +1057,6 @@ int ERR_set_mark(void)
int ERR_pop_to_mark(void) int ERR_pop_to_mark(void)
{ {
int i=0;
ERR_STATE *es; ERR_STATE *es;
es=ERR_get_state(); es=ERR_get_state();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册