summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-04-28 09:48:58 -0700
committerDan Albert <danalbert@google.com>2014-04-29 05:40:03 +0000
commit51a04e10ff74fed7a4333e50157c4291548b091e (patch)
tree60be104dd6996e5ebb32788f1eced487e64c18e5
parenteb050331b0634323f62d38a2263655de4c95eb54 (diff)
downloadlibcxx_35a-main.tar.gz
Remove wcstod stubHEADmastermain
wcstod is available from bionic now. Change-Id: I01571e0e98980152cf7a7abec92bb3ab8dea621a
-rw-r--r--src/stubs.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stubs.cpp b/src/stubs.cpp
index 138877d3..8fcc4def 100644
--- a/src/stubs.cpp
+++ b/src/stubs.cpp
@@ -36,12 +36,6 @@ float wcstof(const wchar_t *, wchar_t **)
return 0;
}
-double wcstod(const wchar_t *, wchar_t **)
-{
- UNIMPLEMENTED;
- return 0;
-}
-
long double wcstold(const wchar_t *, wchar_t **)
{
UNIMPLEMENTED;