diff --git a/src/lib/ebus/data.cpp b/src/lib/ebus/data.cpp index a41b41ae..637e4ee3 100644 --- a/src/lib/ebus/data.cpp +++ b/src/lib/ebus/data.cpp @@ -532,7 +532,6 @@ void ValueListDataField::dump(ostream& output) output << "s"; output << FIELD_SEPARATOR; if (!m_dataType->dump(output, m_length)) { // no divisor appended - bool first = true; for (map::iterator it = m_values.begin(); it != m_values.end(); it++) { output << static_cast(it->first) << "=" << it->second; }