From 8c359d8eb4c2252eb5022aba98e1b10f445e6cd8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 29 Jul 2009 16:22:00 +0000 Subject: [PATCH] * small cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31920 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/stdlib/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/libroot/posix/stdlib/Jamfile b/src/system/libroot/posix/stdlib/Jamfile index 7eee17679c..847b266bfb 100644 --- a/src/system/libroot/posix/stdlib/Jamfile +++ b/src/system/libroot/posix/stdlib/Jamfile @@ -21,7 +21,6 @@ MergeObject posix_stdlib.o : rand.c random.c realpath.cpp -# strtod.c strtol.c strtoll.c strtoul.c