VirtualBox

Changeset 107450 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 7, 2025 10:01:29 AM (12 days ago)
Author:
vboxsync
Message:

Runtime/common/efi/efivarstorevfs.cpp: Disable unused code, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp

    r106061 r107450  
    20922092
    20932093    /* Read in the block map and verify it as well. */
    2094     uint64_t cbFvVol = 0;
     2094    /*uint64_t cbFvVol = 0; */
    20952095    uint64_t cbFvHdr = sizeof(*pFvHdr);
    20962096    uint64_t offBlockMap = sizeof(*pFvHdr);
     
    21102110            break;
    21112111
    2112         cbFvVol += RT_LE2H_U32(BlockMap.cBlocks) * RT_LE2H_U32(BlockMap.cbBlock);
     2112        /*cbFvVol += RT_LE2H_U32(BlockMap.cBlocks) * RT_LE2H_U32(BlockMap.cbBlock);*/
    21132113
    21142114        pu16 = (const uint16_t *)&BlockMap;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette