diff --git a/crates/nu-parser/src/lite_parse.rs b/crates/nu-parser/src/lite_parse.rs index ad3408ab..e8992b54 100644 --- a/crates/nu-parser/src/lite_parse.rs +++ b/crates/nu-parser/src/lite_parse.rs @@ -27,10 +27,6 @@ impl LiteCommand { pub fn is_empty(&self) -> bool { self.parts.is_empty() } - - pub fn is_empty_comments(&self) -> bool { - self.comments.is_empty() - } } #[derive(Debug)]