:: commit 6747de5e147eed718d214d4becfcb70795642f96

Mintsuki <mintsuki@protonmail.com> — 2025-10-05 08:49

parents: 48c7801751

host/limine: Remove useless redundant line

diff --git a/host/limine.c b/host/limine.c
index 04f913f3..b0863c50 100644
--- a/host/limine.c
+++ b/host/limine.c
@@ -1041,7 +1041,6 @@ part_too_low:
                     sizeof(struct gpt_entry));
 
                 if (memcmp("Hah!IdontNeedEFI", &gpt_entry.partition_type_guid, 16) == 0) {
-                    stage2_loc = ENDSWAP(gpt_entry.starting_lba) * lb_size;
                     if (!quiet) {
                         fprintf(stderr, "Autodetected partition %" PRIu32 " as BIOS boot partition.\n", partition_num + 1);
                     }
tab: 248 wrap: offon