Issue #2600990 by heykarthikwithu: Removal of unused variable BookManager::getActiveTrailIds

8.0.x
Alex Pott 2015-10-27 12:27:33 +00:00
parent b336472386
commit 5603f5a3fc
1 changed files with 0 additions and 1 deletions

View File

@ -488,7 +488,6 @@ class BookManager implements BookManagerInterface {
* {@inheritdoc}
*/
public function getActiveTrailIds($bid, $link) {
$nid = isset($link['nid']) ? $link['nid'] : 0;
// The tree is for a single item, so we need to match the values in its
// p columns and 0 (the top level) with the plid values of other links.
$active_trail = array(0);