Skip to content

Commit

Permalink
Coverity 1528487: Avoid assignment of unused value of i
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m authored and tmshort committed Jun 10, 2023
1 parent c71b72a commit 265920f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/txt_db/txt_db.c
Expand Up @@ -78,7 +78,6 @@ TXT_DB *TXT_DB_read(BIO *in, int num)
p += add;
n = 0;
pp[n++] = p;
i = 0;
f = buf->data;

esc = 0;
Expand Down

0 comments on commit 265920f

Please sign in to comment.