Removed dummy strtod().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1822f5ecbc
commit
4bf052db56
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user