Skip to content

Commit a9a7003

Browse files
chu11mergify[bot]
authored andcommitted
job-list: remove unused function parameter
Problem: The journal_submit_event() function takes a timestamp parameter that is never used. Remove unused parameter.
1 parent c7e8017 commit a9a7003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/job-list/job_state.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,6 @@ static int journal_submit_event (struct job_state_ctx *jsctx,
12821282
struct job *job,
12831283
flux_jobid_t id,
12841284
int eventlog_seq,
1285-
double timestamp,
12861285
json_t *context)
12871286
{
12881287
if (!job) {
@@ -1667,7 +1666,6 @@ static int journal_process_event (struct job_state_ctx *jsctx, json_t *event)
16671666
job,
16681667
id,
16691668
eventlog_seq,
1670-
timestamp,
16711669
context) < 0)
16721670
return -1;
16731671
}

0 commit comments

Comments
 (0)