Tier1: remove unrelevant comment

No mutex locking should take place here after careful research.
This commit is contained in:
Kawe Mazidjatari 2024-04-10 14:09:35 +02:00
parent f8dd1fe88c
commit 1fb9cf2625

View File

@ -10,6 +10,5 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
const char* CNetKey::GetBase64NetKey(void) const const char* CNetKey::GetBase64NetKey(void) const
{ {
// TODO: should we not acquire lock for m_Mutex here?
return m_szBase64; return m_szBase64;
} }