VirtualBox

Changeset 107441 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jan 6, 2025 6:43:39 PM (6 weeks ago)
Author:
vboxsync
Message:

Devices/Storage/DevLsiLogicSCSI.cpp: Disable unused code, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp

    r106061 r107441  
    31493149    PMptConfigurationPageHeader         pPageHeader    = NULL;
    31503150    PMptExtendedConfigurationPageHeader pExtPageHeader = NULL;
    3151     uint8_t                             u8PageType;
    3152     uint8_t                             u8PageAttribute;
    31533151    size_t                              cbPage = 0;
    31543152
    31553153    LogFlowFunc(("pThis=%#p\n", pThis));
    31563154
    3157     u8PageType = MPT_CONFIGURATION_PAGE_TYPE_GET(pConfigurationReq->u8PageType);
    3158     u8PageAttribute = MPT_CONFIGURATION_PAGE_ATTRIBUTE_GET(pConfigurationReq->u8PageType);
     3155    uint8_t u8PageType = MPT_CONFIGURATION_PAGE_TYPE_GET(pConfigurationReq->u8PageType);
     3156    /*uint8_t u8PageAttribute = MPT_CONFIGURATION_PAGE_ATTRIBUTE_GET(pConfigurationReq->u8PageType);*/
    31593157
    31603158    Log(("GuestRequest:\n"));
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