diff --git a/src/tier1/NetKey.cpp b/src/tier1/NetKey.cpp index b84f4f3a..38bdf48f 100644 --- a/src/tier1/NetKey.cpp +++ b/src/tier1/NetKey.cpp @@ -10,6 +10,5 @@ ////////////////////////////////////////////////////////////////////// const char* CNetKey::GetBase64NetKey(void) const { - // TODO: should we not acquire lock for m_Mutex here? return m_szBase64; }