Remove obsolete debug assert from PamAuth

Would be always hit in debug mode.
This commit is contained in:
Esa Korhonen
2020-06-05 19:03:27 +03:00
parent 5ebae9be90
commit 098ffde13c
3 changed files with 0 additions and 4 deletions

View File

@ -491,7 +491,6 @@ void PamInstance::diagnostic(DCB* dcb)
static int diag_cb_json(json_t* data, int columns, char** row, char** field_names)
{
mxb_assert(columns == NUM_FIELDS);
json_t* obj = json_object();
for (int i = 0; i < columns; i++)
{