summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;