bozorth3: Remove unused assignments in bz_match_score()
libfprint/nbis/bozorth3/bozorth3.c:704:1: warning: Value stored to 'kx' is never read kx = 0; ^ ~ libfprint/nbis/bozorth3/bozorth3.c:820:4: warning: Value stored to 'l' is never read l = 1; ^ ~
This commit is contained in:
parent
eaa4aa964c
commit
0add0ca9b1
1 changed files with 0 additions and 2 deletions
|
@ -701,7 +701,6 @@ tp = 0;
|
|||
p1 = 0;
|
||||
tot = 0;
|
||||
ftt = 0;
|
||||
kx = 0;
|
||||
match_score = 0;
|
||||
|
||||
for ( k = 0; k < np - 1; k++ ) {
|
||||
|
@ -817,7 +816,6 @@ for ( k = 0; k < np - 1; k++ ) {
|
|||
|
||||
|
||||
|
||||
l = 1;
|
||||
t = np + 1;
|
||||
b = kq;
|
||||
|
||||
|
|
Loading…
Reference in a new issue