fix repited class name in scope resolution

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-08 23:20:22 +00:00
commit 996756f4a7

View file

@ -852,9 +852,6 @@ static String *resolve_node_scope(String *cname) {
/* set the scope to the inner class */
Swig_symbol_setscope(Getattr(nscope_inner,"symtab"));
/* and return the node name, including the inner class prefix */
Printf(sname,"::%s",base);
Delete(base);
base = sname;
break;
}
/* here we just populate the namespace tree as usual */