From 30841701231f94c67a9f79001155a04fc01624c4 Mon Sep 17 00:00:00 2001 From: Treeston Date: Tue, 8 Sep 2020 17:17:10 +0200 Subject: Core/Authserver: Get rid of a leftover declaration after 70d6aebafc --- src/server/authserver/Server/AuthSession.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 _srp6; -- cgit v1.2.3