summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roadveh_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index 53f63e013..1ad6d7104 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -629,7 +629,6 @@ static void ProcessRoadVehOrder(Vehicle *v)
rs = GetPrimaryRoadStop(st, type);
if (rs == NULL) {
- int i, validorders = 0;
//There is no stop left at the station, so don't even TRY to go there
v->cur_order_index++;
InvalidateVehicleOrder(v);