mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user