From d34026079e54e526ea86755c123c885fed72022d Mon Sep 17 00:00:00 2001
From: Christian Wulf <chw@informatik.uni-kiel.de>
Date: Tue, 8 Jul 2014 09:13:02 +0200
Subject: [PATCH] removed comment

---
 .../methodcallWithPorts/framework/core/pipe/SpScPipe.java       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java b/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java
index 65143e7f..58dc26fc 100644
--- a/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java
+++ b/src/main/java/teetime/variant/methodcallWithPorts/framework/core/pipe/SpScPipe.java
@@ -34,8 +34,6 @@ public class SpScPipe<T> extends AbstractPipe<T> {
 
 	@Override
 	public boolean add(final T element) {
-		// this.maxSize = Math.max(this.queue.size(), this.maxSize);
-
 		// BETTER introduce a QueueIsFullStrategy
 		while (!this.queue.offer(element)) {
 			this.numWaits++;
-- 
GitLab