diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2007-05-18 11:36:55 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2007-05-18 11:36:55 +0000 |
commit | 7e5f0a8380ca26bf7950873aab733c0816d83d07 (patch) | |
tree | e5e1d6769d5e04e86e3c7cc458be40eed294fda4 /ext/standard/php_lcg.h | |
parent | ffd09c0961ce3256d68dd61e230ba8484e73e36e (diff) | |
download | php-git-7e5f0a8380ca26bf7950873aab733c0816d83d07.tar.gz |
Get rid of a stray time() syscall in tsrm and clean up lcg rinit
Diffstat (limited to 'ext/standard/php_lcg.h')
-rw-r--r-- | ext/standard/php_lcg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_lcg.h b/ext/standard/php_lcg.h index b036cbce00..e78414ff13 100644 --- a/ext/standard/php_lcg.h +++ b/ext/standard/php_lcg.h @@ -33,7 +33,6 @@ PHPAPI double php_combined_lcg(TSRMLS_D); PHP_FUNCTION(lcg_value); PHP_MINIT_FUNCTION(lcg); -PHP_RINIT_FUNCTION(lcg); #ifdef ZTS #define LCG(v) TSRMG(lcg_globals_id, php_lcg_globals *, v) |