Bug 1440207 - Part 1: Stop setting gArgc and gArgv in content, r=ipc-reviewers,mccr8

It is never used outside of the parent process.

Differential Revision: https://phabricator.services.mozilla.com/D221369
This commit is contained in:
Nika Layzell
2024-10-01 22:21:46 +00:00
parent c868189592
commit df4b26f973

View File

@@ -394,9 +394,6 @@ nsresult XRE_InitChildProcess(int aArgc, char* aArgv[],
} }
} }
gArgv = aArgv;
gArgc = aArgc;
#ifdef MOZ_X11 #ifdef MOZ_X11
XInitThreads(); XInitThreads();
#endif #endif