chore: remove unused anon enum in SecureSocket

This commit is contained in:
sithlord48
2025-07-08 10:06:59 -04:00
committed by Chris Rizzitello
parent b9964b5e90
commit 32e6a84a6f

View File

@ -35,11 +35,6 @@ static const std::size_t s_maxInputBufferSize = 1024 * 1024;
static const float s_retryDelay = 0.01f;
enum
{
kMsgSize = 128
};
struct Ssl
{
SSL_CTX *m_context = nullptr;