Skip to content

Commit 3775ee1

Browse files
committed
Remove unused variable
1 parent f35ece3 commit 3775ee1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/overpass_api/statements/id_query.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class Id_Query_Statement : public Output_Statement
5858

5959
virtual std::string dump_xml(const std::string& indent) const
6060
{
61-
std::vector< uint64 >::const_iterator it = refs.begin();
62-
6361
std::string result = indent + "<id-query" + std::string(" type=\"") + to_string(type) + "\"";
6462
if (!refs.empty())
6563
result += " ref=\"" + ::to_string(refs[0]) + "\"";

0 commit comments

Comments
 (0)