From 1e69a36939e6316dbccdc4e86d0c924465f7985d Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Thu, 13 Dec 2018 17:25:17 +0100
Subject: [PATCH] Removed redundant statement.

---
 objectstore/Algorithms.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/objectstore/Algorithms.hpp b/objectstore/Algorithms.hpp
index 8c184b4b95..d404a2a2b9 100644
--- a/objectstore/Algorithms.hpp
+++ b/objectstore/Algorithms.hpp
@@ -423,9 +423,6 @@ public:
       localTimingList.addToLog(params);
       lc.log(log::INFO, "In Algorithms::popNextBatch(): did one round of elements retrieval.");
       timingList+=localTimingList;
-      // If we did not get anything more, we stop here. Otherwise, this could put us in a queue creation-deletion
-      // fight with a process trying to push to a queue.
-      if (didTrim) break;
     }
   logAndReturn:
     {
-- 
GitLab