We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35ece3 commit 3775ee1Copy full SHA for 3775ee1
src/overpass_api/statements/id_query.h
@@ -58,8 +58,6 @@ class Id_Query_Statement : public Output_Statement
58
59
virtual std::string dump_xml(const std::string& indent) const
60
{
61
- std::vector< uint64 >::const_iterator it = refs.begin();
62
-
63
std::string result = indent + "<id-query" + std::string(" type=\"") + to_string(type) + "\"";
64
if (!refs.empty())
65
result += " ref=\"" + ::to_string(refs[0]) + "\"";
0 commit comments