+ remove unused vars

This commit is contained in:
artemp 2013-03-01 14:42:23 -05:00
parent e9f03a565f
commit fe174aee2e

View File

@ -172,8 +172,6 @@ wkb_buffer_ptr to_polygon_wkb( GeometryType const& g, wkbByteOrder byte_order)
double x = 0;
double y = 0;
double start_x = 0;
double start_y = 0;
std::size_t size = 1 + 4 + 4 ; // byteOrder + wkbType + numRings
for (unsigned i=0; i< num_points; ++i)
{