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:
Masatoshi Kimura 2019-06-11 17:34:05 +00:00
Родитель d359bf9fb1
Коммит 7f2a5cd53d
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -3018,10 +3018,6 @@ int NS_main(int argc, NS_tchar** argv) {
}
}
}
#else
if (pid > 0) {
waitpid(pid, nullptr, 0);
}
#endif
#ifdef XP_WIN