Bug 807884 (part 1) - Remove dead nsComponentManagerImpl::mLoaderData. r=bsmedberg.

--HG--
extra : rebase_source : e332db911c94f4ba6b3fe4b0fef0a545cc08403b
This commit is contained in:
Nicholas Nethercote 2012-10-19 05:07:34 -07:00
parent ca8767733a
commit e504ffdbee
2 changed files with 0 additions and 10 deletions

View File

@ -715,8 +715,6 @@ nsresult nsComponentManagerImpl::Shutdown(void)
mKnownModules.Clear();
mKnownStaticModules.Clear();
mLoaderData.Clear();
delete sStaticModules;
delete sModuleLocations;

View File

@ -63,12 +63,6 @@ extern const char staticComponentType[];
extern const mozilla::Module kXPCOMModule;
// Array of Loaders and their type strings
struct nsLoaderdata {
nsCOMPtr<mozilla::ModuleLoader> loader;
nsCString type;
};
class nsComponentManagerImpl MOZ_FINAL
: public nsIComponentManager
, public nsIServiceManager
@ -244,8 +238,6 @@ public:
SHUTDOWN_COMPLETE
} mStatus;
nsTArray<nsLoaderdata> mLoaderData;
PLArenaPool mArena;
struct PendingServiceInfo {