diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 1999-12-05 14:16:37 +0000 |
| commit | dfd0f8824c1ee7c391859f265caa571c8adae7b9 (patch) | |
| tree | b0ebf17cce4bad1fca0f66ebb23b9b88dabee931 /ext/standard/lcg.c | |
| parent | ca362445c486e878d3ae287683d14fd54c13ebd6 (diff) | |
| download | php-git-dfd0f8824c1ee7c391859f265caa571c8adae7b9.tar.gz | |
More maintainer-mode cleanups
Diffstat (limited to 'ext/standard/lcg.c')
| -rw-r--r-- | ext/standard/lcg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 6e7ecd8ef2..0f046448e6 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -59,8 +59,6 @@ double php_combined_lcg(void) return z * 4.656613e-10; } -static void lcg_init_globals(LCGLS_D); - static void lcg_init_globals(LCGLS_D) { LCG(s1) = 1; |
