From e51df22a4872e6e314c53ff5dc6b106c9c2484c8 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Sat, 9 Feb 2008 02:35:38 +0100 Subject: [PATCH] kill non-existant method --- src/core/object.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/core/object.h b/src/core/object.h index 5efc24093..79fadb993 100644 --- a/src/core/object.h +++ b/src/core/object.h @@ -140,13 +140,6 @@ public: * index is \i i. */ std::string GetParameterFullName (uint32_t i) const; - /** - * \param i index into parameter array - * \param value the value to validate - * \returns true if the input value is a valid value - * associated to the parameter whose index is \i i. - */ - bool CheckParameterValue (uint32_t i, std::string value) const; Ptr CreateObject (const Parameters ¶meters) const;