Skip to content

Commit ac258da

Browse files
committed
remove at_end_
1 parent e07b8b4 commit ac258da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

keyvi/include/keyvi/dictionary/fsa/state_traverser.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ class StateTraverser final {
124124
// ignore cases where we are already at the end
125125
if (current_state_ == 0) {
126126
TRACE("at the end");
127-
// TODO(hendrik): get rif of `at_end_`
128-
at_end_ = true;
129127
return;
130128
}
131129

0 commit comments

Comments
 (0)