From 765e3d27f00f7440db89850110148c08c75f8d97 Mon Sep 17 00:00:00 2001 From: Gonzalo Garramuno Date: Wed, 16 May 2007 22:25:31 +0000 Subject: [PATCH] Removed incorrect noconst trait. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9814 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/std_pair.i | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Lib/ruby/std_pair.i b/Lib/ruby/std_pair.i index 82cad0cc2..c4786493e 100644 --- a/Lib/ruby/std_pair.i +++ b/Lib/ruby/std_pair.i @@ -99,12 +99,6 @@ }; - template <> - template - struct noconst_traits< const std::pair< T, U > > - { - typedef std::pair< typename swig::noconst_traits, U > noconst_type; - }; template struct traits_from > {