From 32b8f4ae4243bc915fe38e28dd991a28c09b4331 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 8 Nov 2020 17:43:21 +0100 Subject: Remove intcmp() --- ratatoeskr/sys/utils.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ratatoeskr/sys') 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. -- cgit v1.2.3-70-g09d2