Skip to content

Commit

Permalink
mx_mysql: Remove unused fields from struct mx_mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 29, 2023
1 parent 21e3503 commit c4d03ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mx_mysql.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ struct mx_mysql {
char *default_file;
char *default_group;
bool reconnect;

unsigned int saved_errno;
const char *error;
const char *sqlstate;
};

struct mx_mysql_bind_data {
Expand Down

0 comments on commit c4d03ec

Please sign in to comment.