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 > {