Remove duplicate RESERVED_SECTOR_INFO definition
Some checks failed
Builds / XTchain (full, windows) (push) Failing after 17s
Builds / XTchain (minimal, windows) (push) Failing after 16s
Builds / XTchain (minimal, linux) (push) Successful in 1m59s
Builds / XTchain (full, linux) (push) Has started running

This commit is contained in:
2025-10-02 22:16:16 +02:00
parent 9827395c8c
commit 09e54a670a

View File

@@ -10,12 +10,6 @@
#include "xtchain.h"
typedef struct _RESERVED_SECTOR_INFO
{
int SectorNumber;
const char* Description;
} RESERVED_SECTOR_INFO, *PRESERVED_SECTOR_INFO;
static RESERVED_SECTOR_INFO Fat32ReservedMap[] =
{
{0, "Main VBR"},