mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
Remove footgun function
This commit is contained in:
@@ -118,10 +118,6 @@ impl<T> RuntimeVariableList<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_max_len(&mut self, max_len: usize) {
|
|
||||||
self.max_len = Some(max_len);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Returns the number of values presently in `self`.
|
/// Returns the number of values presently in `self`.
|
||||||
pub fn len(&self) -> usize {
|
pub fn len(&self) -> usize {
|
||||||
self.vec.len()
|
self.vec.len()
|
||||||
|
|||||||
Reference in New Issue
Block a user