Remove typedef unused since 567dba1

This commit is contained in:
Gunter Labes 2019-07-25 19:53:24 +02:00 committed by GitHub
parent e47fc68ef0
commit 4607205f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,8 +100,6 @@ class fuh : public user_handler {
std::string db_name_, db_host_, db_user_, db_password_, db_users_table_, db_banlist_table_, db_extra_table_;
typedef std::unique_ptr<MYSQL_RES, decltype(&mysql_free_result)> mysql_result;
MYSQL *conn;
template<typename T, typename... Args>