Skip to content

Commit

Permalink
remove redundant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
KasiaKoz committed Jan 9, 2024
1 parent 8198a70 commit 8252e15
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ public class LinkLogHandler implements VehicleEntersTrafficEventHandler, Vehicle
private final ArrayList<Long> linkLogIndexColumn = new ArrayList<>();
private final ArrayList<String> agentIDColumn = new ArrayList<>();

// to be replaced by table
private final Map<Integer, ArrayList<Id<Person>>> vehicleOccupants = new HashMap<Integer, ArrayList<Id<Person>>>();

// tracks the most recent occupants of a vehicle
private final Map<Id<Vehicle>, ArrayList<Id<Person>>> vehicleLatestOccupants = new HashMap<>();

Expand Down

0 comments on commit 8252e15

Please sign in to comment.