mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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`.
|
||||
pub fn len(&self) -> usize {
|
||||
self.vec.len()
|
||||
|
||||
Reference in New Issue
Block a user