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:
parent
f8dd1fe88c
commit
1fb9cf2625
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user