Bug 574049: Remove unused variable 'tabChildC'. r=smaug

This commit is contained in:
Daniel Holbert 2010-06-23 17:30:57 -07:00
parent ac6104327b
commit a43976d85b

View File

@ -107,7 +107,6 @@ bool SendAsyncMessageToParent(void* aCallbackData,
return true;
}
static int tabChildC = 0;
nsInProcessTabChildGlobal::nsInProcessTabChildGlobal(nsIDocShell* aShell,
nsIContent* aOwner,
nsFrameMessageManager* aChrome)