mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
removed unused empty function
This commit is contained in:
parent
73f6a57b12
commit
4ed79614ac
1 changed files with 0 additions and 4 deletions
|
|
@ -27,10 +27,6 @@ impl LiteCommand {
|
||||||
pub fn is_empty(&self) -> bool {
|
pub fn is_empty(&self) -> bool {
|
||||||
self.parts.is_empty()
|
self.parts.is_empty()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_empty_comments(&self) -> bool {
|
|
||||||
self.comments.is_empty()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue