diff --git a/day370/problem.go b/day370/problem.go index 39d276a..b128283 100644 --- a/day370/problem.go +++ b/day370/problem.go @@ -37,7 +37,6 @@ func CourierActiveTime(data []DeliveryAction) uint { var answer, startActiveTime uint outForDelivery := make(map[uint]DeliveryAction) - d := data[0] if d.Type != Pickup {