From a33ee22259fdc99de63e7d54364e461c0fceb17a Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Tue, 13 Aug 2002 18:24:22 +0000 Subject: [PATCH] Removed obsolete commented code [SVN r14816] --- include/boost/python/class.hpp | 14 -------------- 1 file changed, 14 deletions(-) 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