Skip to content

Commit

Permalink
not used
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 8, 2016
1 parent c945c11 commit c870ed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/Service_Weather/lib/Horde/Service/Weather/Metar.php
Expand Up @@ -862,7 +862,6 @@ protected function _parseTafData($data)
$result = array();
$resultVF = array();
$lresult = array();
$found = false;

foreach ($tafCode as $key => $regexp) {
// Check if current code matches current taf snippet
Expand Down Expand Up @@ -925,7 +924,6 @@ protected function _parseTafData($data)
if (!isset($taf[$i + 1]) ||
!preg_match('/^' . $tafCode['visibility'] . '$/i', $result[1] . ' ' . $taf[$i + 1], $resultVF)) {
// No next TAF piece available or not matching.
$found = false;
break;
} else {
// Match. Hand over result and advance TAF
Expand Down

0 comments on commit c870ed9

Please sign in to comment.