refactor: Remove unused options method from SkipBytesFilter
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
57413725c7
commit
a76f3bfc56
@@ -70,16 +70,6 @@ impl FilterPlugin for SkipBytesFilter {
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
fn options(&self) -> Vec<FilterOption> {
|
||||
vec![
|
||||
FilterOption {
|
||||
name: "count".to_string(),
|
||||
default: None,
|
||||
required: true,
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
pub struct SkipLinesFilter {
|
||||
|
||||
Reference in New Issue
Block a user