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