Obsoleting decodeCount_.
This commit is contained in:
parent
75ed314dd6
commit
fb9525bb00
|
@ -325,8 +325,7 @@ private:
|
||||||
dchar decodeNext() @safe pure nothrow @nogc
|
dchar decodeNext() @safe pure nothrow @nogc
|
||||||
{
|
{
|
||||||
assert(lastDecodedBufferOffset_ < buffer_.length,
|
assert(lastDecodedBufferOffset_ < buffer_.length,
|
||||||
"Attempted to decode past the end of a string");
|
"Attempted to decode past the end of YAML buffer");
|
||||||
++decodeCount_;
|
|
||||||
const char b = buffer_[lastDecodedBufferOffset_];
|
const char b = buffer_[lastDecodedBufferOffset_];
|
||||||
++lastDecodedCharOffset_;
|
++lastDecodedCharOffset_;
|
||||||
// ASCII
|
// ASCII
|
||||||
|
|
Loading…
Reference in a new issue