fix stream row calculation

This commit is contained in:
2021-01-15 15:51:59 +01:00
parent a42f086339
commit bca94ceb9d
6 changed files with 22 additions and 46 deletions
@@ -118,8 +118,4 @@ public class VCDSignal<T extends IEvent> extends HierNode implements IWaveform {
return "signal";
}
@Override
public void calculateConcurrency() {
}
}