registration: Remove unused ExtensionRegistry::markLoaded
[lhc/web/wiklou.git] / includes / registration / ExtensionRegistry.php
index bb4c7fd..d14a5ee 100644 (file)
@@ -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
         *