Skip to content

Commit 156da15

Browse files
author
Ralf W. Grosse-Kunstleve
committed
unused member function removed (to avoid Linux Intel C++ 8.0 warning)
[SVN r21278]
1 parent 4a0d796 commit 156da15

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/object/inheritance.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ namespace
127127
cast_graph& topology() { return m_topology; }
128128
cast_graph const& topology() const { return m_topology; }
129129

130-
std::size_t known_vertices() const { return m_known_vertices; }
131-
132130
smart_graph()
133131
: m_known_vertices(0)
134132
{}

0 commit comments

Comments
 (0)