misc: Remove unused extern variable declaration

This commit is contained in:
mintsuki 2024-03-28 05:19:47 +01:00
parent 2419a8c5be
commit baae33f713

View File

@ -28,8 +28,6 @@ extern bool efi_boot_services_exited;
bool efi_exit_boot_services(void);
#endif
extern const char bsd_2_clause[];
extern struct volume *boot_volume;
#if defined (BIOS)