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:
Bastien Nocera 2018-12-12 17:17:35 +01:00
parent eaa4aa964c
commit 0add0ca9b1

View file

@ -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;