Updated remove.

This commit is contained in:
Kruno Tomola Fabro 2016-08-11 11:43:19 +01:00
parent 15f7b14704
commit 514cdf401b

View File

@ -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); }