Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Sep 22, 2017
1 parent f35ece3 commit 3775ee1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/overpass_api/statements/id_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ class Id_Query_Statement : public Output_Statement

virtual std::string dump_xml(const std::string& indent) const
{
std::vector< uint64 >::const_iterator it = refs.begin();

std::string result = indent + "<id-query" + std::string(" type=\"") + to_string(type) + "\"";
if (!refs.empty())
result += " ref=\"" + ::to_string(refs[0]) + "\"";
Expand Down

0 comments on commit 3775ee1

Please sign in to comment.