summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index d15ec50f..c6145751 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -237,11 +237,6 @@ if (!defined('_ADODB_LAYER')) {
}
}
-
- // Initialize random number generator for randomizing cache flushes
- // -- note Since PHP 4.2.0, the seed becomes optional and defaults to a random value if omitted.
- srand(((double)microtime())*1000000);
-
/**
* ADODB version as a string.
*/