diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-25 08:23:20 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-25 08:23:20 +0530 |
commit | af7adc72f8017755018eea68aac520a2f53b3581 (patch) | |
tree | 22e4c09d48a89a539dd7709f1591bd8a681e2a85 /include | |
parent | f1fbce3d224864c8ba04c15e2f41853e347933f9 (diff) |
solver_greedy/solver_report: remove redundant data
Diffstat (limited to 'include')
-rw-r--r-- | include/jobs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jobs.h b/include/jobs.h index 37ba423..2610c7b 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -30,7 +30,6 @@ struct job { /* solver */ ssize_t id; bool stale; - bool reported; }; CIRCLEQ_HEAD(job_clist, job); |