Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
This was even causing some exceptions in certain cases and breaking
sync.
  • Loading branch information
mrubinsk committed Jan 14, 2018
1 parent 7d88f4d commit 7f97199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Horde/Core/ActiveSync/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ public function horde_listApis()
unset($apis[$key]);
}
}
$inactive = $this->_registry->listApps(array('inactive'));
$active_apis = array();
foreach ($apis as $api) {
if (!$this->_registry->isInactive($this->_registry->hasInterface($api))) {
Expand Down

0 comments on commit 7f97199

Please sign in to comment.