git: 347eb42dbcb3 - main - bsdinstall/zfsboot: Remove unused global variable

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Tue, 21 Jan 2025 19:27:38 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=347eb42dbcb352f3266e716a2101898fe054bdba

commit 347eb42dbcb352f3266e716a2101898fe054bdba
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2024-12-14 23:02:55 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-01-21 19:26:53 +0000

    bsdinstall/zfsboot: Remove unused global variable
    
    In an AMA session on the FreeBSD Discord, it was revealed that no
    logic remains calling GPART_BOOTCODE_PARTONLY. It was removed in
    aa2a0e0fc311 for FreeBSD 12. git grep shows no other references.
    No functional change intended.
    
    MFC after:              2 weeks
    Fixes:                  aa2a0e0fc311 (Enable new UEFI+GELI support)
    Reported by:            Antranig Vartanian <antranigv@freebsd.am>
    Reviewed by:            emaste, mhorne
    Approved by:            emaste, mhorne (src)
    Approved by:            mhorne, carlavilla (mentors)
    Differential Revision:  https://reviews.freebsd.org/D48086
---
 usr.sbin/bsdinstall/scripts/zfsboot | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.sbin/bsdinstall/scripts/zfsboot b/usr.sbin/bsdinstall/scripts/zfsboot
index 6f2244a918bc..bfb863f5e7c8 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -206,7 +206,6 @@ GPART_ADD_ALIGN_LABEL='gpart add %s -l %s -t %s "%s"'
 GPART_ADD_ALIGN_LABEL_WITH_SIZE='gpart add %s -l %s -t %s -s %s "%s"'
 GPART_BOOTCODE='gpart bootcode -b "%s" "%s"'
 GPART_BOOTCODE_PART='gpart bootcode -b "%s" -p "%s" -i %s "%s"'
-GPART_BOOTCODE_PARTONLY='gpart bootcode -p "%s" -i %s "%s"'
 GPART_CREATE='gpart create -s %s "%s"'
 GPART_DESTROY_F='gpart destroy -F "%s"'
 GPART_SET_ACTIVE='gpart set -a active -i %s "%s"'