Skip to content

Commit

Permalink
Remove unimplemented validate()
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Oct 13, 2023
1 parent c37cb7e commit e591d1c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ class CUDAEnvironmentDirectedGraphBuffers {
*/
std::map<id_t, unsigned int> h_vertex_index_map;
util::PairMap<id_t, id_t, unsigned int> h_edge_index_map;
/**
* Some kind of internal validation method to ensure edges are valid, all vertices have been assigned IDS (or all are 0?)
* When is it triggered?
* @todo everything
*/
bool validate();

public:
/**
Expand Down

0 comments on commit e591d1c

Please sign in to comment.