From 1983b349f6d0413595329906ec17d9af1a51fac2 Mon Sep 17 00:00:00 2001 From: KUDr Date: Sun, 24 Jun 2007 13:30:03 +0000 Subject: [PATCH] (svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) --- src/yapf/yapf_costrail.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yapf/yapf_costrail.hpp b/src/yapf/yapf_costrail.hpp index db6fb8d1a5..103275fe7f 100644 --- a/src/yapf/yapf_costrail.hpp +++ b/src/yapf/yapf_costrail.hpp @@ -247,7 +247,6 @@ public: * - penalty for too long or too short platform on the destination station */ int transition_cost = 0; - int tile_cost = 0; int extra_cost = 0; /* Segment: one or more tiles connected by contiguous tracks of the same type.