Skip to content

Commit

Permalink
Remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jun 4, 2019
1 parent c4c730b commit 1e76ee4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/usr/local/www/diag_arp.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
}
}

function leasecmp($a, $b) {
return strcmp($a[$_REQUEST['order']], $b[$_REQUEST['order']]);
}

function adjust_gmt($dt) {
$ts = strtotime($dt . " GMT");
return strftime("%Y/%m/%d %H:%M:%S", $ts);
}

function remove_duplicate($array, $field) {
foreach ($array as $sub) {
$cmp[] = $sub[$field];
Expand Down

0 comments on commit 1e76ee4

Please sign in to comment.