From dfd0f8824c1ee7c391859f265caa571c8adae7b9 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 5 Dec 1999 14:16:37 +0000 Subject: More maintainer-mode cleanups --- ext/standard/lcg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/standard/lcg.c') 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; -- cgit v1.2.1