mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Remove unused XREShellData
This commit is contained in:
parent
a0decb1dcc
commit
48c807d319
7 changed files with 5 additions and 33 deletions
|
|
@ -1232,11 +1232,8 @@ GetCurrentWorkingDirectory(nsAString& workingDirectory)
|
|||
static JSSecurityCallbacks shellSecurityCallbacks;
|
||||
|
||||
int
|
||||
XRE_XPCShellMain(int argc, char** argv, char** envp,
|
||||
const XREShellData* aShellData)
|
||||
XRE_XPCShellMain(int argc, char** argv, char** envp)
|
||||
{
|
||||
MOZ_ASSERT(aShellData);
|
||||
|
||||
JSContext* cx;
|
||||
int result = 0;
|
||||
nsresult rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue