Skip to content

Commit

Permalink
mxqsub: Remove dead store
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed May 5, 2022
1 parent 4aeeb3e commit b9e6fd7
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
Expand Up @@ -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;
}
Expand Down

0 comments on commit b9e6fd7

Please sign in to comment.