Bug 1034184: Remove double assignment of 'type'; r=h4writer

This commit is contained in:
Benjamin Bouvier 2014-09-11 10:29:50 +02:00
Родитель 53f8ce1ac6
Коммит b6f8a6ebd4
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -3229,8 +3229,8 @@ IonBuilder::improveTypesAtCompare(MCompare *ins, bool trueBranch, MTest *test)
}
types::TemporaryTypeSet *type =
type = subject->resultTypeSet()->filter(alloc_->lifoAlloc(), filtersUndefined,
filtersNull);
subject->resultTypeSet()->filter(alloc_->lifoAlloc(), filtersUndefined,
filtersNull);
if (!type)
return false;