From 156da157150352960f4d68954f4f22446bd7d8b8 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 16 Dec 2003 04:14:28 +0000 Subject: [PATCH] unused member function removed (to avoid Linux Intel C++ 8.0 warning) [SVN r21278] --- src/object/inheritance.cpp | 2 -- 1 file changed, 2 deletions(-) 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) {}