From 71a4f3c3fec71c8590e3b3656917fcb5311272d6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 7 Nov 2002 19:45:54 +0000 Subject: Remove atof from strtod.o... --- libc/stdlib/strtod.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libc') diff --git a/libc/stdlib/strtod.c b/libc/stdlib/strtod.c index 629d412b6..7359d5cf9 100644 --- a/libc/stdlib/strtod.c +++ b/libc/stdlib/strtod.c @@ -261,10 +261,3 @@ double strtod(const char *str, char **endptr) return number; } - -/* This should probably be in its own .o file. Oh well. */ -double atof(const char *str) -{ - return(strtod((str),(char**)0)); - -} -- cgit v1.2.3