mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 18:26:03 +00:00
Remove an unused variable.
This commit is contained in:
parent
dab8407aea
commit
90934221d7
@ -49,9 +49,6 @@ void fuh::remove_user(const std::string& name) {
|
||||
// The hashing code is basically taken from forum_auth.cpp
|
||||
bool fuh::login(const std::string& name, const std::string& password, const std::string& seed) {
|
||||
|
||||
// Set an alphabet-like string for use in encrytpion algorithm
|
||||
std::string itoa64("./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
|
||||
|
||||
// Retrieve users' password as hash
|
||||
|
||||
std::string hash;
|
||||
|
Loading…
x
Reference in New Issue
Block a user