VirtualBox

Changeset 103523 in vbox


Ignore:
Timestamp:
Feb 22, 2024 11:15:48 AM (9 months ago)
Author:
vboxsync
Message:

Storage/VHDX.cpp: Some unused variable fixes, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VHDX.cpp

    r99739 r103523  
    11571157    uint32_t cDataBlocks;
    11581158    uint32_t uChunkRatio;
    1159     uint32_t cSectorBitmapBlocks;
    11601159    uint32_t cBatEntries;
    11611160    uint32_t cbBatEntries;
     
    11721171    if (pImage->cbSize % pImage->cbBlock)
    11731172        cDataBlocks++;
    1174 
    1175     cSectorBitmapBlocks = cDataBlocks / uChunkRatio;
    1176     if (cDataBlocks % uChunkRatio)
    1177         cSectorBitmapBlocks++;
    11781173
    11791174    cBatEntries = cDataBlocks + (cDataBlocks - 1)/uChunkRatio;
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