EC2: Remove stale comment

MFC after:	3 days
Sponsored by:	Amazon
This commit is contained in:
Colin Percival
2026-03-21 09:06:37 -07:00
parent 4b29bf721e
commit 118699732d
-4
View File
@@ -21,10 +21,6 @@ export VMSIZE=8000m
export NOSWAP=YES
ec2_common() {
# Delete the pkg package and the repo database; they will likely be
# long out of date before the EC2 instance is launched. In
# unprivileged builds this is unnecessary as pkg will not be
# installed to begin with.
if [ -z "${NO_ROOT}" ]; then
echo "ERROR: NO_ROOT not set" >&2
exit 1