Browse Source

[2764] cleanup: removed an unused member function

it was a leftover from an intermediate attempt.
JINMEI Tatuya 12 years ago
parent
commit
274ab7a8bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/util/encode/base_n.cc

+ 0 - 1
src/lib/util/encode/base_n.cc

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