diff options
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; |
