Remove typedef unused since 567dba1
This commit is contained in:
parent
e47fc68ef0
commit
4607205f53
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue