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:
@@ -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)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user