зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1558095 - Remove useless waitpid from updater. r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D34503 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
d359bf9fb1
Коммит
7f2a5cd53d
|
@ -3018,10 +3018,6 @@ int NS_main(int argc, NS_tchar** argv) {
|
|||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
if (pid > 0) {
|
||||
waitpid(pid, nullptr, 0);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
|
|
Загрузка…
Ссылка в новой задаче