Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxqsub: Remove dead store
Browse files Browse the repository at this point in the history
donald committed May 5, 2022
1 parent 6d07540 commit 76175db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqsub.c
Original file line number Diff line number Diff line change
@@ -560,7 +560,7 @@ static int add_job(struct mx_mysql *mysql, struct mxq_job *j)

j->job_id = insert_id;

res = mx_mysql_statement_close(&stmt);
mx_mysql_statement_close(&stmt);

return (int)num_rows;
}

0 comments on commit 76175db

Please sign in to comment.