From 05c53bb909ccaa8d8aeefc62a0850664c6075cce Mon Sep 17 00:00:00 2001 From: Christian C Date: Thu, 6 Mar 2025 16:11:39 -0800 Subject: Remove unused variables --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3643ea9..5e782ee 100644 --- a/src/main.c +++ b/src/main.c @@ -131,7 +131,6 @@ int main(int argc, char** argv) return 1; } - uint16_t* new_masks; //----------------------------------------------- //-FIND-CONTIGUOUS-REGIONS----------------------- //----------------------------------------------- @@ -173,7 +172,6 @@ int main(int argc, char** argv) #endif free_avl_tree_nodes(root); - uint16_t *new_labels; TIME(ts_start); //----------------------------------------------- //-CLOSE-UP-SMALL-GAPS-BETWEEN-REGIONS----------- -- cgit v1.2.1