Removed decodeCount_, as it's no longer used.

This commit is contained in:
Ferdinand Majerech 2014-08-05 20:53:04 +02:00
parent 2b7ea42199
commit 568e75d3de

View file

@ -87,12 +87,6 @@ final class Reader
// in code points, not chars.
size_t lastDecodedCharOffset_ = 0;
// Number of character decodings done during the life of the Reader.
//
// Used for performance testing.
size_t decodeCount_ = 0;
public:
/// Construct a Reader.
///