Updated remove.
This commit is contained in:
parent
15f7b14704
commit
514cdf401b
@ -20,8 +20,7 @@ public:
|
||||
|
||||
void remove(EdgeRecord *edge)
|
||||
{
|
||||
// TODO
|
||||
throw std::bad_function_call::bad_function_call();
|
||||
edges.remove(edge); // Currently the return is ignored
|
||||
}
|
||||
|
||||
bool contains(VertexRecord *vr) { return edges.contains(vr); }
|
||||
|
Loading…
Reference in New Issue
Block a user