diff --git a/include/boost/python/class.hpp b/include/boost/python/class.hpp index 0045138a..c72478a3 100644 --- a/include/boost/python/class.hpp +++ b/include/boost/python/class.hpp @@ -144,20 +144,6 @@ class class_ : public objects::class_base return *this; } -// template -// self& def(detail::func_stubs_base const& stubs, F) -// { -// // convert signature to a type_list (see signature.hpp) and call -// // detail::define_with_defaults passing in the stubs (see defaults_gen.hpp), -// // this class_ instance, and the converted signature type_list. -// detail::define_with_defaults( -// stubs.derived(), -// *this, -// detail::get_signature(signature()) -// ); -// return *this; -// } - // Define the constructor with the given Args, which should be an // MPL sequence of types. template