Skip to content

Commit

Permalink
fix_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Aug 8, 2024
1 parent a62c212 commit e1c5d1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ static void vector_grow_NULL(vector_type *vector, int new_size) {
vector_append_ref(vector, NULL);
}


static int vector_append_node(vector_type *vector, node_data_type *node);

/**
Expand Down

0 comments on commit e1c5d1b

Please sign in to comment.