Skip to content

Commit

Permalink
remove unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp authored and lightmare committed Oct 13, 2016
1 parent 9de3c80 commit b770db5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/mapnik/wkt/wkt_generator_grammar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// mapnik
#include <mapnik/global.hpp>

#include <mapnik/geometry.hpp>

#pragma GCC diagnostic push
Expand Down Expand Up @@ -94,7 +93,6 @@ struct wkt_generator_grammar :
wkt_generator_grammar();
// rules
karma::rule<OutputIterator, Geometry()> geometry;
karma::rule<OutputIterator, geometry::geometry_empty()> empty;
karma::rule<OutputIterator, geometry::point<coord_type>()> point;
karma::rule<OutputIterator, geometry::point<coord_type>()> point_coord;
karma::rule<OutputIterator, geometry::line_string<coord_type>()> linestring;
Expand Down

0 comments on commit b770db5

Please sign in to comment.