mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
dir: Don't prune refs immediately after calling flatpak_dir_remove_ref
It might be more efficient to perform this operation at the end of removing a batch of refs, so perform it there instead. Closes: #1034 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
96b4c5ed13
commit
27a76acb5d
@@ -7020,7 +7020,7 @@ flatpak_dir_remove_ref (FlatpakDir *self,
|
||||
error))
|
||||
return FALSE;
|
||||
|
||||
return flatpak_dir_prune (self, cancellable, error);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
||||
Reference in New Issue
Block a user