Bug 1889319 - Remove unused ModuleLoaderBase::RemoveFetchedModule declaration r=spidermonkey-reviewers,jonco

Differential Revision: https://phabricator.services.mozilla.com/D206462
This commit is contained in:
Jonatan Klemets
2024-04-03 12:09:22 +00:00
parent 86014fdde2
commit b82cda9f2d

View File

@@ -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.
//