| 88 | SimpleDeltaSequence *SimpleDeltaSequence::impl_ = NULL; |
| 89 | |
| 90 | SimpleDeltaSequence::SimpleDeltaSequence(const char sep_char) |
| 91 | : sep_char_(sep_char), |
| 92 | current_pos_(0) |
| 93 | { |
| 94 | // Nothing to do |
| 95 | } |
| 96 | |
| 97 | SimpleDeltaSequence::~SimpleDeltaSequence() |
| 98 | { |
nothing calls this directly
no outgoing calls
no test coverage detected