Skip to content

Commit 0bb8ec8

Browse files
committed
Removed declaration of unused variable
1 parent 13dfb3d commit 0bb8ec8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ot/lp/EMD_wrapper.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
int EMD_wrap(int n1, int n2, double *X, double *Y, double *D, double *G,
1919
double* alpha, double* beta, double *cost, int max_iter) {
2020
// beware M and C anre strored in row major C style!!!
21-
int n, m, i, cur;
22-
double max;
21+
int n, m, i, cur;
2322

2423
typedef FullBipartiteDigraph Digraph;
2524
DIGRAPH_TYPEDEFS(FullBipartiteDigraph);

0 commit comments

Comments
 (0)