mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
Removing unused assignment to variable
Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
This commit is contained in:
committed by
Otavio Pontes
parent
a22f621a5e
commit
b4c346840e
@@ -860,7 +860,6 @@ enum swupd_code verify_main(void)
|
||||
progress_set_step(2, "cleanup_download_dir");
|
||||
ret = rm_staging_dir_contents("download");
|
||||
if (ret != 0) {
|
||||
ret = SWUPD_COULDNT_REMOVE_FILE;
|
||||
warn("Failed to remove prior downloads, carrying on anyway\n");
|
||||
}
|
||||
progress_complete_step();
|
||||
|
||||
Reference in New Issue
Block a user