diff options
author | Treeston <treeston.mmoc@gmail.com> | 2020-09-06 16:04:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 16:04:10 +0200 |
commit | bcdbdd6f23ce65cc0e381e61d2840140dce79311 (patch) | |
tree | 3bf3f8734702d940a2939971e77fb2136b5231f4 /src/server/authserver/Server/AuthSession.h | |
parent | 3b1e911da3551cf9c69798bbb8b5f52d34be8522 (diff) |
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everything that uses them (PR #25156)
Diffstat (limited to 'src/server/authserver/Server/AuthSession.h')
-rw-r--r-- | src/server/authserver/Server/AuthSession.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h index 47973d0ff1d..9982399bcbc 100644 --- a/src/server/authserver/Server/AuthSession.h +++ b/src/server/authserver/Server/AuthSession.h @@ -65,7 +65,6 @@ class AuthSession : public Socket<AuthSession> typedef Socket<AuthSession> AuthSocket; public: - static void ServerStartup(); static std::unordered_map<uint8, AuthHandler> InitHandlers(); AuthSession(tcp::socket&& socket); |