diff --git a/SWIG/Examples/test-suite/python/lib_std_map.i b/SWIG/Examples/test-suite/python/lib_std_map.i index e33c59e3b..0cb84dbcf 100644 --- a/SWIG/Examples/test-suite/python/lib_std_map.i +++ b/SWIG/Examples/test-suite/python/lib_std_map.i @@ -41,30 +41,4 @@ std::map m_identa(const std::map& v) -%inline %{ - struct C{}; - typedef C* pC; - - template - struct Test - { - Test (A a, B b) - { - } - - }; - - - template - struct Test - { - Test (A a, B* b) - { - } - - }; -%} - - -%template(test_pC) Test;