diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-09-08 17:17:10 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2020-09-08 17:17:10 +0200 |
commit | 30841701231f94c67a9f79001155a04fc01624c4 (patch) | |
tree | 3216ab9713fba90ad96fd80bc027b4c455b3641e | |
parent | dad187615df603ad8614531a0ec84c1a5e136838 (diff) |
Core/Authserver: Get rid of a leftover declaration after 70d6aebafc
-rw-r--r-- | src/server/authserver/Server/AuthSession.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h index 9982399bcbc..cd757371421 100644 --- a/src/server/authserver/Server/AuthSession.h +++ b/src/server/authserver/Server/AuthSession.h @@ -89,8 +89,6 @@ private: void ReconnectChallengeCallback(PreparedQueryResult result); void RealmListCallback(PreparedQueryResult result); - void SetVSFields(const std::string& rI); - bool VerifyVersion(uint8 const* a, int32 aLength, Trinity::Crypto::SHA1::Digest const& versionProof, bool isReconnect); Optional<Trinity::Crypto::SRP6> _srp6; |