mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-09 04:19:26 +08:00
Remove unused ServerPort member
This commit is contained in:
parent
acc399ffb3
commit
bf253caab5
@ -103,7 +103,7 @@ extern bool g_ShouldLogCommIn, g_ShouldLogCommOut;
|
||||
cProtocol_1_8_0::cProtocol_1_8_0(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State) :
|
||||
Super(a_Client),
|
||||
m_ServerAddress(a_ServerAddress),
|
||||
m_ServerPort(a_ServerPort),
|
||||
// Note: a_ServerPort is unused
|
||||
m_State(a_State),
|
||||
m_IsEncrypted(false)
|
||||
{
|
||||
|
@ -250,8 +250,6 @@ private:
|
||||
|
||||
AString m_ServerAddress;
|
||||
|
||||
UInt16 m_ServerPort;
|
||||
|
||||
AString m_AuthServerID;
|
||||
|
||||
bool m_IsEncrypted;
|
||||
|
Loading…
Reference in New Issue
Block a user