1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

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 b26ed2f746
commit cc5eda3a7e

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