From 502094439cf0063fee22c2f437fd6f4a038412da Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 28 May 2002 20:26:41 +0000 Subject: [PATCH] Kill superfluous forward declaration [SVN r14048] --- include/boost/python/manage_new_object.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/python/manage_new_object.hpp b/include/boost/python/manage_new_object.hpp index 9c0912ab..e19035b7 100644 --- a/include/boost/python/manage_new_object.hpp +++ b/include/boost/python/manage_new_object.hpp @@ -22,8 +22,6 @@ namespace detail ; } -template struct to_python_value; - struct manage_new_object { template