am 91e05730: Remove mbtowc stub.

* commit '91e057305df0e98fe153b51cc767c03a38ba555f':
  Remove mbtowc stub.
diff --git a/src/stubs.cpp b/src/stubs.cpp
index d8b1ecb..1e20ada 100644
--- a/src/stubs.cpp
+++ b/src/stubs.cpp
@@ -70,12 +70,6 @@
     return (size_t)-1;
 }
 
-int mbtowc(wchar_t *, const char *, size_t)
-{
-    UNIMPLEMENTED;
-    return -1;
-}
-
 nl_catd catopen(const char *, int)
 {
     UNIMPLEMENTED;