diff --git a/filesys/fastfat/fsctrl.c b/filesys/fastfat/fsctrl.c index 7371c7fdb..183967910 100644 --- a/filesys/fastfat/fsctrl.c +++ b/filesys/fastfat/fsctrl.c @@ -7101,8 +7101,6 @@ Return Value: // // Validate the output buffer is the right size. // - // Note that the default size of BOOT_AREA_INFO has enough room for 2 boot sectors, so we're fine. - // if (BufferLength < sizeof(RETRIEVAL_POINTER_BASE)) {