Remove broken insert snamespace

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10106 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Joseph Wang 2007-11-11 04:45:19 +00:00
commit 414c6db78d

View file

@ -1,8 +1,5 @@
%module copy_struct
%insert("snamespace") %{ # Just checking %}
struct A {
int i;
unsigned int ui;