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/math_private.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libm/math_private.h') diff --git a/libm/math_private.h b/libm/math_private.h index f85db12a8..437371f34 100644 --- a/libm/math_private.h +++ b/libm/math_private.h @@ -9,11 +9,6 @@ * ==================================================== */ -/* - * from: @(#)fdlibm.h 5.1 93/09/24 - * $Id: math_private.h,v 1.3 2004/02/09 07:10:38 andersen Exp $ - */ - #ifndef _MATH_PRIVATE_H_ #define _MATH_PRIVATE_H_ -- cgit v1.2.3