Bug 5214: removed commented out code lines

This commit is contained in:
Thomas Wiese
2020-07-28 17:17:03 +02:00
parent 7de2f14586
commit 16cef3fb5c
@@ -253,8 +253,6 @@ public class TestAbortingHeavyLoadQuery {
executor = ThreadPoolUtil.INSTANCE
.createBackgroundTaskThreadPoolExecutor(ExecutorPoolSize, this.getClass().getName());
// executor = new ThreadPoolExecutor(ExecutorPoolSize, ExecutorPoolSize, 0, TimeUnit.MILLISECONDS, new PriorityBlockingQueue<>());
// executor = new ThreadPoolExecutor(ExecutorPoolSize, ExecutorPoolSize, 0, TimeUnit.MILLISECONDS, new LinkedBlockingQueue<>());
processors = new ArrayList<>();
unfinishedInstructions = ConcurrentHashMap.newKeySet();