MXS-1539: Remove useless handles

The client handle was never used.
This commit is contained in:
Markus Mäkelä
2017-11-23 13:17:49 +02:00
parent 046ed5c93d
commit 513220805b
2 changed files with 2 additions and 43 deletions

View File

@ -112,12 +112,6 @@ typedef struct mysql_auth
bool skip_auth; /**< Authentication will always be successful */
} MYSQL_AUTH;
/** Common structure for both backend and client authenticators */
typedef struct gssapi_auth
{
sqlite3 *handle; /**< SQLite3 database handle */
} mysql_auth_t;
/**
* MySQL user and host data structure
*/