Removed incorrect noconst trait.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9814 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-05-16 22:25:31 +00:00
commit 765e3d27f0

View file

@ -99,12 +99,6 @@
};
template <>
template <class T, class U >
struct noconst_traits< const std::pair< T, U > >
{
typedef std::pair< typename swig::noconst_traits<T >, U > noconst_type;
};
template <class T, class U >
struct traits_from<std::pair<T,U> > {