Commit ba1a2fe3 authored by Georgios Dagkakis's avatar Georgios Dagkakis

unused variable removed

parent 0991c2d2
......@@ -190,8 +190,6 @@ class CapacityStationController(EventGenerator):
station=buffer.next[0] # get the station
totalAvailableCapacity=station.remainingIntervalCapacity[0] # get the available capacity of the station
# for this interval
# list to keep entities that were already allocated
entitiesAlreadyConsidered=[]
# list to keep entities that have not been already allocated
entitiesNotAllocated=list(activeObjectQueue)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment