X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fregistration%2FExtensionRegistry.php;h=d14a5eeeb1f4cc3453e753f1bd8a4718ac1fe780;hp=bb4c7fd02af75c75f071e81b7c1b9c5c987c5c3f;hb=77d37c2487bc4eee88038acb0f6b2bd8810f9786;hpb=de2fe331aacfdbb5209f79c474a0b14d9eceb92b diff --git a/includes/registration/ExtensionRegistry.php b/includes/registration/ExtensionRegistry.php index bb4c7fd02a..d14a5eeeb1 100644 --- a/includes/registration/ExtensionRegistry.php +++ b/includes/registration/ExtensionRegistry.php @@ -406,16 +406,6 @@ class ExtensionRegistry { return $this->loaded; } - /** - * Mark a thing as loaded - * - * @param string $name - * @param array $credits - */ - protected function markLoaded( $name, array $credits ) { - $this->loaded[$name] = $credits; - } - /** * Fully expand autoloader paths *