Small cleanup: Remove unused variables.

master
Zi Ree 2022-09-18 18:28:29 +02:00
parent 09a30fa49e
commit c9d5a2eca6
2 changed files with 0 additions and 2 deletions

View File

@ -1731,7 +1731,6 @@ LLUUID cmdline_partial_name2key(std::string partial_name)
LLStringUtil::replaceString(partial_name, ".", " ");
FSRadar::entry_map_t radar_list = FSRadar::getInstance()->getRadarList();
FSRadar::entry_map_t::iterator it_end = radar_list.end();
for (const auto& [avid, entry] : radar_list)
{
av_name = entry->getUserName();

View File

@ -556,7 +556,6 @@ string_vec_t LGGContactSets::getFriendSets(const LLUUID& friend_id)
{
string_vec_t sets{};
contact_set_map_t::iterator set_itr_end = mContactSets.end();
for (const auto& [set_name, set] : mContactSets)
{
if (set->hasFriend(friend_id))