Skip to content

Commit

Permalink
Remove useless assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Mar 28, 2014
1 parent 9efd6d6 commit 7aab641
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -307,7 +307,6 @@ protected function _parseSearchLocations($response)
// matches, even if you pass an explicit identifier. We need to ignore
// these, and hope for the best.
if (!empty($response->search_api->result)) {
$results = array();
return $this->_parseStation($response->search_api->result[0]);
}

Expand Down

0 comments on commit 7aab641

Please sign in to comment.