Skip to content

Commit

Permalink
remove superfluous vector init
Browse files Browse the repository at this point in the history
  • Loading branch information
GroteGnoom committed Jan 14, 2024
1 parent 279185f commit 5ff1bc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/igraph_steiner_tree_fpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ int main(void) {
igraph_vector_int_init(&terminals_null, 0);

igraph_small(&g_k2, 2, IGRAPH_UNDIRECTED, 0,1, -1);
igraph_vector_int_init_int(&terminals_2, 2, 0, 1);

/* K_7 complete graph with a specific edge ordering. */
igraph_small(&g_k7, 7, IGRAPH_UNDIRECTED,
Expand Down

0 comments on commit 5ff1bc7

Please sign in to comment.