mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
removed unused empty function
This commit is contained in:
@ -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)]
|
||||
|
Reference in New Issue
Block a user