Skip to content

Commit aeb1aa0

Browse files
committed
Final cleanup: remove duplicate conflict code
1 parent 6c6d500 commit aeb1aa0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/omnipkg/core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12776,11 +12776,6 @@ def smart_uninstall(
1277612776
for version in versions_to_check:
1277712777
if version not in final_versions_on_disk:
1277812778
safe_print(f" -> Last instance of v{version} removed. Updating package version list.")
12779-
if version not in final_versions_on_disk:
12780-
safe_print(f" -> Last instance of v{version} removed. Updating package version list.")
12781-
self.cache_client.srem(versions_set_key, version)
12782-
12783-
if not post_deletion_installations:
1278412779
safe_print(
1278512780
f" -> No installations of '{c_name}' remain. Removing package from KB index."
1278612781
)

0 commit comments

Comments
 (0)