diff --git a/src/object/inheritance.cpp b/src/object/inheritance.cpp index 659b98f9..1eb05db5 100644 --- a/src/object/inheritance.cpp +++ b/src/object/inheritance.cpp @@ -127,8 +127,6 @@ namespace cast_graph& topology() { return m_topology; } cast_graph const& topology() const { return m_topology; } - std::size_t known_vertices() const { return m_known_vertices; } - smart_graph() : m_known_vertices(0) {}