Issue #2603372 by heykarthikwithu: Remove unused variable in LibraryDiscovery::getLibrariesByExtension()

8.0.x
Nathaniel Catchpole 2015-11-03 11:06:01 +00:00
parent 0a05169495
commit b9fbaf8f3b
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ class LibraryDiscovery implements LibraryDiscoveryInterface {
$libraries = $this->collector->get($extension);
$this->libraryDefinitions[$extension] = [];
foreach ($libraries as $name => $definition) {
$library_name = "$extension/$name";
$this->libraryDefinitions[$extension][$name] = $definition;
}
}