Removed dummy strtod().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-03-07 07:19:27 +00:00
parent 1822f5ecbc
commit 4bf052db56

View File

@ -68,16 +68,6 @@ fill_stat_buffer(Inode *inode, struct stat &stat)
}
// ToDo: Temporary hack to get it working
double
strtod(const char */*start*/, char **/*end*/)
{
return 0;
}
// #pragma mark - Scanning