From 93b4c6291a57e9102e856ceb39646362c2ac17db Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 14 Jul 2002 18:42:43 +0000 Subject: [PATCH] Removed flotsam [SVN r14455] --- include/boost/python/converter/arg_to_python.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/boost/python/converter/arg_to_python.hpp b/include/boost/python/converter/arg_to_python.hpp index 9b6f4b31..9e214686 100755 --- a/include/boost/python/converter/arg_to_python.hpp +++ b/include/boost/python/converter/arg_to_python.hpp @@ -129,17 +129,6 @@ struct arg_to_python arg_to_python(T const& x); }; -// -// Convenience macros for call<> and call_method<> code generation -// -# define BOOST_PYTHON_ARG_TO_PYTHON_GET(index,ignored) \ - converter::arg_to_python( \ - BOOST_PP_CAT(a,index)).get() - -# define BOOST_PYTHON_ARG_STRING(nargs) \ - "(" BOOST_PP_REPEAT(nargs,BOOST_PYTHON_PROJECT_2ND,"O") ")" - - // // implementations //