From 5ebf9d64ee03e0b19f42b0475ad7750eef911392 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Thu, 28 Jun 2012 21:01:27 -0400 Subject: aur.inc.php: Remove old and unused make_seed function Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/lib/aur.inc.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'web') diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php index 4e6baa2d..f82a96a7 100644 --- a/web/lib/aur.inc.php +++ b/web/lib/aur.inc.php @@ -94,13 +94,6 @@ function valid_email($addy) { return true; } -# a new seed value for mt_srand() -# -function make_seed() { - list($usec, $sec) = explode(' ', microtime()); - return (float) $sec + ((float) $usec * 10000); -} - # generate a (hopefully) unique session id # function new_sid() { -- cgit v1.2.3-24-g4f1b