2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-09-12 12:36:23 +00:00

refactor(genesis): remove redundant pool comment

This commit is contained in:
Vinícius Ferrão
2026-09-04 18:02:04 -03:00
parent ecb9901e26
commit 58060fd5a4
-2
View File
@@ -1055,8 +1055,6 @@ sub install_genesis_release_debs {
return scalar(@files);
}
# verify_shared_pool($pool): assert the pool satisfies [shared]. [shared] must cover every supported
# Genesis architecture.
sub verify_shared_pool {
my ($pool) = @_;
my %shared = %{ $MANIFEST{shared} // {} };