removed unused empty function

This commit is contained in:
Fernando Herrera 2021-09-01 21:34:16 +01:00
parent 73f6a57b12
commit 4ed79614ac

View File

@ -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)]