Skip to content

Commit e36b2c6

Browse files
committed
Remove unused function
1 parent 2558799 commit e36b2c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/Mocks/MockGraphProvider.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,6 @@ class MockGraphProvider {
220220
return _edge.getID();
221221
}
222222

223-
std::string getCollectionName() const {
224-
auto collectionNameResult = extractCollectionName(_vertex.getID());
225-
if (collectionNameResult.fail()) {
226-
THROW_ARANGO_EXCEPTION(collectionNameResult.result());
227-
}
228-
return collectionNameResult.get().first;
229-
};
230-
231223
void setLocalSchreierIndex(size_t index) {
232224
TRI_ASSERT(index != std::numeric_limits<size_t>::max());
233225
TRI_ASSERT(!hasLocalSchreierIndex());

0 commit comments

Comments
 (0)