Fixed large file assertion problem. Not really a problem with large files, but rather an
extraneous Delete in the code to emit type-tables that didn't cause a problem except in interfaces that had lots of types (and classes). git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@850 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
754ffa9309
commit
1117997767
1 changed files with 0 additions and 1 deletions
|
|
@ -1486,7 +1486,6 @@ void SwigType_inherit_equiv(File *out) {
|
|||
base = SwigType_base(rkey);
|
||||
sub = Getattr(subclass,base);
|
||||
if (!sub) {
|
||||
Delete(base);
|
||||
rkey = Nextkey(r_resolved);
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue