From 58060fd5a4fc2c2390d3a2b10746ba449b3ea132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:02:04 -0300 Subject: [PATCH] refactor(genesis): remove redundant pool comment --- sbuild-all.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbuild-all.pl b/sbuild-all.pl index 0d47246..afeb035 100755 --- a/sbuild-all.pl +++ b/sbuild-all.pl @@ -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} // {} };