From 1a9410e3957b0cbfb249a5a1dfddbc9554968110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=89LUSCA=20-=20MA=C3=8FTO?= Date: Thu, 23 May 2024 21:13:54 +0200 Subject: [PATCH] FASTFAT: Remove erroneous comment --- filesys/fastfat/fsctrl.c | 2 -- 1 file changed, 2 deletions(-) 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)) {