diff options
Diffstat (limited to 'ratatoeskr/sys')
-rw-r--r-- | ratatoeskr/sys/utils.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ratatoeskr/sys/utils.php b/ratatoeskr/sys/utils.php index 21d65f9..60f90a8 100644 --- a/ratatoeskr/sys/utils.php +++ b/ratatoeskr/sys/utils.php @@ -10,15 +10,6 @@ * See "ratatoeskr/licenses/ratatoeskr" for more information. */ - -/* - * Function: intcmp - * Compare integers (equavilent to strcmp) - */ -function intcmp($a, $b) -{ - return ($a == $b) ? 0 : (($a < $b) ? -1 : 1); -} /* * Function: delete_directory * Delete a directory and all of its content. |