Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
Extra break changing the program flow in conversation reconstructor removed.
  • Loading branch information
bittomix authored Apr 8, 2017
1 parent 997a7e5 commit d67402d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ConversationReconstructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ namespace FeatureExtractor {
default:
break;
}
break;
}

// If buffer is timed out, remove conversation from active conversations
Expand Down Expand Up @@ -237,4 +236,4 @@ namespace FeatureExtractor {
output_queue.push(*it);
}
}
}
}

0 comments on commit d67402d

Please sign in to comment.