зеркало из https://github.com/mozilla/pjs.git
Bug 654448 - Remove sanity check after each merge in pyxpt, it's already done when writing output. r=ted
This commit is contained in:
Родитель
f3257176d8
Коммит
8bcdba1bec
|
@ -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):
|
||||
|
|
Загрузка…
Ссылка в новой задаче