Skip to content

Commit 41ed477

Browse files
committed
job-manager: drop unused #define
Problem: job-manager defines DEFAULT_JOURNAL_SIZE_LIMIT but this is no longer used. Drop definition.
1 parent 27134b6 commit 41ed477

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/job-manager/journal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
#include "job.h"
3030
#include "journal.h"
3131

32-
#define DEFAULT_JOURNAL_SIZE_LIMIT 1000
33-
3432
struct journal {
3533
struct job_manager *ctx;
3634
flux_msg_handler_t **handlers;

0 commit comments

Comments
 (0)