From 38b7304e932d52c8a4b250f35a1c8bcf6805d8ca Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 22 Dec 2008 15:58:54 +0000 Subject: libm/*: mass removal of: 1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump) --- libm/s_round.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libm/s_round.c') diff --git a/libm/s_round.c b/libm/s_round.c index 7965c6f68..b3e226308 100644 --- a/libm/s_round.c +++ b/libm/s_round.c @@ -19,10 +19,8 @@ 02111-1307 USA. */ #include - #include "math_private.h" - static const double huge = 1.0e300; double -- cgit v1.2.3