(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
authorKUDr
Sun, 24 Jun 2007 13:30:03 +0000
changeset 7535 361471744485
parent 7534 30004d242e19
child 7536 69663df47115
(svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138)
src/yapf/yapf_costrail.hpp
--- a/src/yapf/yapf_costrail.hpp	Sun Jun 24 13:22:41 2007 +0000
+++ b/src/yapf/yapf_costrail.hpp	Sun Jun 24 13:30:03 2007 +0000
@@ -247,7 +247,6 @@
 		 *    - 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.