summaryrefslogtreecommitdiffstats
path: root/src/job
diff options
context:
space:
mode:
Diffstat (limited to 'src/job')
-rw-r--r--src/job/set.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/job/set.rs b/src/job/set.rs
index 4410e20..cfd7db8 100644
--- a/src/job/set.rs
+++ b/src/job/set.rs
@@ -34,10 +34,6 @@ impl JobSet {
.await
}
- pub fn len(&self) -> usize {
- self.set.len()
- }
-
}
/// Get the tree as sets of jobs, the deepest level of the tree first