Skip to content

Remove unused LinksByKey::getAllLinks

Christoph Hasse requested to merge chasse-master-patch-30260 into master

The container.ContainedObject() of a KeyedContainer<T> const& returns a ContainedObject const* so can't be cast to a T*.

removing this instead of fixing it, as function is unused.

Edited by Christoph Hasse

Merge request reports