Skip to content

Commit 3b8afe5

Browse files
committed
Refactor: refactor LG_FREE_ALL macro in adv CFL algo
1 parent 20e27c9 commit 3b8afe5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

experimental/algorithm/LAGraph_CFL_reachability_advanced.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@
3838

3939
#define LG_FREE_ALL \
4040
{ \
41-
for (size_t i = 0; i < symbols_amount; i++) { \
42-
/* TODO: delete it and free actual matrices */ \
43-
/* GrB_free(&T[i]); */ \
44-
} \
45-
\
4641
LG_FREE_WORK; \
4742
}
4843

experimental/test/test_CFL_optimized_matrix_opt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,6 @@ static GrB_Info make_block_vector(Matrix **M, size_t n, size_t alpha,
10861086
return GrB_SUCCESS;
10871087
}
10881088

1089-
// TODO: create equality check with basic mxm
10901089
static void test_CFL_block_mxm(void) {
10911090
#if LAGRAPH_SUITESPARSE
10921091
setup();

0 commit comments

Comments
 (0)