Skip to content
Snippets Groups Projects
Commit 78dd9f45 authored by Marc Adolf's avatar Marc Adolf
Browse files

removed uneccesary variable

parent 475457af
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ import teetime.framework.signal.ISignal; ...@@ -37,7 +37,6 @@ import teetime.framework.signal.ISignal;
*/ */
public class ActivatingPipe<T> extends AbstractWaitingPipe<T> { public class ActivatingPipe<T> extends AbstractWaitingPipe<T> {
private final T element = null;
private IPipe<?> newPipe; private IPipe<?> newPipe;
private final List<InputPort<?>> pipesToBeReplaced; private final List<InputPort<?>> pipesToBeReplaced;
private final IPipe<T> oldPipe; private final IPipe<T> oldPipe;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment