diff options
author | Christian C <cc@localhost> | 2025-03-06 16:11:39 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-06 16:11:39 -0800 |
commit | 05c53bb909ccaa8d8aeefc62a0850664c6075cce (patch) | |
tree | 339e9ed2575ce768474e94edadf4f68bc3d2fd02 /src/main.c | |
parent | c370b4e6f56e52bef91aabfc4bb547a1be5be6f1 (diff) |
Remove unused variables
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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----------- |