Skip to content

Commit

Permalink
Fixing clang tidy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed May 7, 2024
1 parent 54169b0 commit dcca0ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cpp_common/basic_vertex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class Basic_vertex {
friend std::ostream& operator<<(std::ostream& log, const Basic_vertex &v);
public:
int64_t id;
size_t vertex_index;
};

size_t check_vertices(std::vector < Basic_vertex > vertices);
Expand Down

0 comments on commit dcca0ed

Please sign in to comment.