VirtualBox

Changeset 85261 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 12, 2020 12:01:51 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139238
Message:

Main/SnapshotImpl.cpp: Unused member m_uMemSize in SessionMachine::TakeSnapshotTask. bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SnapshotImpl.cpp

    r82968 r85261  
    14471447                     uint32_t uMemSize,
    14481448                     bool fTakingSnapshotOnline)
    1449         : SnapshotTask(m, p, t, s),
    1450           m_strName(strName),
    1451           m_strDescription(strDescription),
    1452           m_uuidSnapshot(uuidSnapshot),
    1453           m_fPause(fPause),
    1454           m_uMemSize(uMemSize),
    1455           m_fTakingSnapshotOnline(fTakingSnapshotOnline)
    1456     {
     1449        : SnapshotTask(m, p, t, s)
     1450        , m_strName(strName)
     1451        , m_strDescription(strDescription)
     1452        , m_uuidSnapshot(uuidSnapshot)
     1453        , m_fPause(fPause)
     1454#if 0 /*unused*/
     1455        , m_uMemSize(uMemSize)
     1456#endif
     1457        , m_fTakingSnapshotOnline(fTakingSnapshotOnline)
     1458    {
     1459        RT_NOREF(uMemSize);
    14571460        if (fTakingSnapshotOnline)
    14581461            m_pDirectControl = m->mData->mSession.mDirectControl;
     
    14821485    ComPtr<IInternalSessionControl> m_pDirectControl;
    14831486    bool m_fPause;
     1487#if 0 /*unused*/
    14841488    uint32_t m_uMemSize;
     1489#endif
    14851490    bool m_fTakingSnapshotOnline;
    14861491
Note: See TracChangeset for help on using the changeset viewer.

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