Skip to content

Commit

Permalink
Remove typedef unused since 567dba1
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Jul 25, 2019
1 parent e47fc68 commit 4607205
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/forum_user_handler.hpp
Expand Up @@ -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>
Expand Down

0 comments on commit 4607205

Please sign in to comment.