From d67402d91a1a908380c7f1dcc6c46dd4f20712a8 Mon Sep 17 00:00:00 2001 From: bittomix Date: Sun, 9 Apr 2017 00:09:32 +0200 Subject: [PATCH] fix #1 Extra break changing the program flow in conversation reconstructor removed. --- src/ConversationReconstructor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ConversationReconstructor.cpp b/src/ConversationReconstructor.cpp index 9fde084..9862019 100644 --- a/src/ConversationReconstructor.cpp +++ b/src/ConversationReconstructor.cpp @@ -190,7 +190,6 @@ namespace FeatureExtractor { default: break; } - break; } // If buffer is timed out, remove conversation from active conversations @@ -237,4 +236,4 @@ namespace FeatureExtractor { output_queue.push(*it); } } -} \ No newline at end of file +}