remove duplicate method

This commit is contained in:
steven-omaha
2023-02-01 13:04:05 +01:00
parent 5308909708
commit 468f792909
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ impl Pacdef {
fn clean_packages(mut self) -> Result<()> {
let to_remove = self.get_unmanaged_packages();
if to_remove.is_empty() {
if to_remove.nothing_to_do_for_all_backends() {
println!("nothing to do");
return Ok(());
}