mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 879029: Remove no-longer-used variable 'xpc' from nsCxPusher::DoPush. r=bholley
This commit is contained in:
parent
e1d4e07b0f
commit
b867c07c1b
@ -117,7 +117,6 @@ nsCxPusher::Push(JSContext *cx)
|
||||
void
|
||||
nsCxPusher::DoPush(JSContext* cx)
|
||||
{
|
||||
nsXPConnect *xpc = nsXPConnect::XPConnect();
|
||||
// NB: The GetDynamicScriptContext is historical and might not be sane.
|
||||
if (cx && nsJSUtils::GetDynamicScriptContext(cx) &&
|
||||
xpc::IsJSContextOnStack(cx))
|
||||
|
Loading…
Reference in New Issue
Block a user