Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
progreg committed Sep 25, 2018
1 parent 23666ac commit 158a0fd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions app/code/Magento/CatalogSearch/Controller/Advanced/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,4 @@ public function execute()
return $resultRedirect;
}
}

/**
* Returns no result handle
*
* @return string
*/
private function getNoResultsHandle()
{
return self::DEFAULT_NO_RESULT_HANDLE;
}
}

0 comments on commit 158a0fd

Please sign in to comment.