This commit is contained in:
Ferdinand Majerech 2014-07-29 03:06:51 +02:00
parent 3880adf81d
commit a9def88eed

View file

@ -847,7 +847,6 @@ private:
// here. If there was no error, errorMessage is NULL. Always
// check this first before using the other members.
// $(D dchar[] decoded) A GC-allocated buffer with decoded UTF-32 characters.
// $(D size_t maxChars) XXX reserved for future
auto decodeUTF(ubyte[] input, UTFEncoding encoding) @safe pure nothrow
{
// Documented in function ddoc.