From c70407b40b1aad7d2e81ea909b0b16dc617ab818 Mon Sep 17 00:00:00 2001 From: Frozd Date: Mon, 23 Feb 2026 17:47:54 +0100 Subject: [PATCH] chore: cleanup --- CarManagerV3/Car.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/CarManagerV3/Car.cs b/CarManagerV3/Car.cs index bedd414..8deb253 100644 --- a/CarManagerV3/Car.cs +++ b/CarManagerV3/Car.cs @@ -19,7 +19,6 @@ namespace CarManagerV3 private int mileage; private decimal price; private int order; - private int age; public int Id { get => id; set {