2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

unused member function removed (to avoid Linux Intel C++ 8.0 warning)

[SVN r21278]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-12-16 04:14:28 +00:00
parent 4a0d7965cb
commit 156da15715

View File

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