🔥 remove moved operations as they werent being utilized

This commit is contained in:
EntireTwix 2021-07-13 20:25:02 -07:00
parent 91aa848d0b
commit fa1a9e6728

View file

@ -56,7 +56,7 @@ public:
bool Contains(const std::string &name) const noexcept;
bool AdminVerifyAccount(const std::string &name) noexcept;
BankResponse AddUser(const std::string &name, uint32_t init_bal, std::string &&init_pass) noexcept;
BankResponse AddUser(const std::string &name, uint32_t init_bal, const std::string &init_pass) noexcept;
BankResponse DelUser(const std::string &name) noexcept;
void DelSelf(const std::string &name) noexcept;