mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
code cleanup: remove unneeded std::string()
This commit is contained in:
@@ -158,7 +158,7 @@ void CUserDB::parse(char* buf, std::unordered_map<std::string, int>& index)
|
|||||||
if (it->first == keyRADIO_ID)
|
if (it->first == keyRADIO_ID)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
m_table[id].set(it->first, std::string(it->second));
|
m_table[id].set(it->first, it->second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user