checkpoint
[plewww.git] / planetlab / includes / plc_sorts.php
index 4b5b1d4..37fdeb5 100644 (file)
@@ -13,11 +13,6 @@ function sort_persons(&$persons) {
   return usort($persons, "__cmp_persons");
 }
 
-function topdomain ($hostname) {
-  $exploded=array_reverse(explode(".",$hostname));
-  return $exploded[0];
-}
-
 function __cmp_nodes($a, $b) {
  $as = array_reverse(explode(".", $a['hostname']));
  $bs = array_reverse(explode(".", $b['hostname']));