From 3e7146911b60b462cf983f5254900582e4f20ec4 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 2 Oct 2018 09:43:07 +0100 Subject: [PATCH] remove unused variable --- include/mapnik/svg/svg_points_grammar_impl.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mapnik/svg/svg_points_grammar_impl.hpp b/include/mapnik/svg/svg_points_grammar_impl.hpp index 5d56f7e25..0ed560f09 100644 --- a/include/mapnik/svg/svg_points_grammar_impl.hpp +++ b/include/mapnik/svg/svg_points_grammar_impl.hpp @@ -50,7 +50,6 @@ svg_points_grammar::svg_points_grammar() // commands function move_to_; function line_to_; - function close_; start = coord[move_to_(_r1, _1, false)] // move_to >> *(-lit(',') >> coord [ line_to_(_r1, _1,false) ] ); // *line_to