Bug 654448 - Remove sanity check after each merge in pyxpt, it's already done when writing output. r=ted

This commit is contained in:
Mike Hommey 2011-05-12 08:17:49 +02:00
Родитель f3257176d8
Коммит 8bcdba1bec
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1229,7 +1229,6 @@ class Typelib(object):
checkType(m.result.type, replaced_from, replaced_to)
for p in m.params:
checkType(p.type, replaced_from, replaced_to)
self._sanityCheck()
#TODO: do we care about annotations? probably not
def dump(self, out):