From c1ffa057353e5d19ce901a5b8d767923ede94824 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Wed, 30 Jul 2014 00:37:15 +0200 Subject: [PATCH] Removed redundant spaces. --- source/dyaml/reader.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index 03cf12b..e644679 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -162,7 +162,6 @@ final class Reader // determine the length of some sequence. if(index == lastDecodedCharOffset_) { - ++decodeCount_; ++lastDecodedCharOffset_; const char b = buffer8_[lastDecodedBufferOffset_]; @@ -175,7 +174,6 @@ final class Reader return decodeValidUTF8NoGC(buffer8_, lastDecodedBufferOffset_); } - // 'Slow' path where we decode everything up to the requested character. lastDecodedCharOffset_ = 0; lastDecodedBufferOffset_ = bufferOffset8_;