|
@@ -236,7 +236,6 @@ public:
|
|
bool operator==(const DecodeNormalizer& other) const {
|
|
bool operator==(const DecodeNormalizer& other) const {
|
|
return (base_ == other.base_);
|
|
return (base_ == other.base_);
|
|
}
|
|
}
|
|
- bool allDecoded() const { return (base_ == base_end_); }
|
|
|
|
private:
|
|
private:
|
|
const char base_zero_code_;
|
|
const char base_zero_code_;
|
|
string::const_iterator base_;
|
|
string::const_iterator base_;
|