mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +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)
|
||||
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