From 6b11475943883b643ed6da766c2c61ead02197c6 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Tue, 17 Sep 2013 12:38:56 -0400 Subject: [PATCH] Bug 917304 - Remove some dead code in docshell/; r=bzbarsky --- docshell/base/nsDocShell.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp index ed834ce6072b..c63b3eb29c74 100644 --- a/docshell/base/nsDocShell.cpp +++ b/docshell/base/nsDocShell.cpp @@ -187,8 +187,6 @@ #include "nsIWebBrowserFind.h" #include "nsIWidget.h" -static NS_DEFINE_CID(kDOMScriptObjectFactoryCID, - NS_DOM_SCRIPT_OBJECT_FACTORY_CID); static NS_DEFINE_CID(kAppShellCID, NS_APPSHELL_CID); #if defined(DEBUG_bryner) || defined(DEBUG_chb)