Bug 1461926 - delete unneeded managing of dist/idl from the tup backend; r=mshal

We don't need to install anything in dist/idl anymore.
This commit is contained in:
Nathan Froyd 2018-05-17 10:16:46 -04:00
Родитель 575aec161b
Коммит e2533026b6
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -789,10 +789,6 @@ class TupBackend(CommonBackend):
if self.environment.is_artifact_build:
return
dist_idl_backend_file = self._get_backend_file('dist/idl')
for idl in manager.idls.values():
dist_idl_backend_file.symlink_rule(idl['source'], output_group=self._installed_idls)
backend_file = self._get_backend_file('xpcom/xpidl')
backend_file.export_shell()