mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 1889319 - Remove unused ModuleLoaderBase::RemoveFetchedModule declaration r=spidermonkey-reviewers,jonco
Differential Revision: https://phabricator.services.mozilla.com/D206462
This commit is contained in:
parent
9e52af1e32
commit
0c574f538b
@ -345,10 +345,6 @@ class ModuleLoaderBase : public nsISupports {
|
||||
|
||||
nsresult GetFetchedModuleURLs(nsTArray<nsCString>& aURLs);
|
||||
|
||||
// Removed a fetched module from the module map. Asserts that the module is
|
||||
// unlinked. Extreme care should be taken when calling this method.
|
||||
bool RemoveFetchedModule(nsIURI* aURL);
|
||||
|
||||
// Override the module loader with given loader until ResetOverride is called.
|
||||
// While overridden, ModuleLoaderBase::GetCurrentModuleLoader returns aLoader.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user