diff options
Diffstat (limited to 'lib/libc/stdlib/atof.c')
-rw-r--r-- | lib/libc/stdlib/atof.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdlib/atof.c b/lib/libc/stdlib/atof.c index b058f10deb87..2376249dc65f 100644 --- a/lib/libc/stdlib/atof.c +++ b/lib/libc/stdlib/atof.c @@ -34,10 +34,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)atof.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> #include <stdlib.h> #include <xlocale.h> |