Skip to content

Commit e8748cb

Browse files
committed
Warning cleanup.
1 parent 0ca6759 commit e8748cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mbest.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ void mbest_search_equalweight(
161161
float e;
162162

163163
for(int j = 0; j < m; j++) {
164-
int i;
165-
166164
e = 0.0;
167165
for(int i = 0; i < k; i++) {
168166
float diff = (*cb++) - vec[i];

0 commit comments

Comments
 (0)