Skip to content

Commit c137be3

Browse files
committed
job-manager: drop event sequence# from comment
Problem: a comment refers to event sequence numbers but we don't have those anymore. Update comment.
1 parent 415b866 commit c137be3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/modules/job-manager/event.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ enum job_manager_event_flags {
2222

2323
/* EVENT_NO_COMMIT events are the same as any other event, except
2424
* that the event is not posted to the job eventlog in the KVS.
25-
* The event is not given a global sequence number, since this would
26-
* cause the events to be numbered incorrectly when replayed from
27-
* the eventlog in the KVS.
2825
*/
2926
EVENT_NO_COMMIT = 1,
3027
};

0 commit comments

Comments
 (0)