kill non-existant method

This commit is contained in:
Mathieu Lacage
2008-02-09 02:35:38 +01:00
parent fa3b613148
commit e51df22a48

View File

@@ -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<Object> CreateObject (const Parameters &parameters) const;