VirtualBox

Changeset 42110 in vbox for trunk/src


Ignore:
Timestamp:
Jul 11, 2012 2:41:33 PM (13 years ago)
Author:
vboxsync
Message:

Main/SnapshotImpl.cpp: eliminate dead code

File:
1 edited

Legend:

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

    r41914 r42110  
    18951895        }
    18961896
    1897         int saveFlags = 0;
    1898 
    18991897        /* we have already deleted the current state, so set the execution
    19001898         * state accordingly no matter of the delete snapshot result */
     
    19461944        bool fNeedsGlobalSaveSettings = false;
    19471945        rc = saveSettings(&fNeedsGlobalSaveSettings,
    1948                           SaveS_ResetCurStateModified | saveFlags);
     1946                          SaveS_ResetCurStateModified);
    19491947        if (FAILED(rc))
    19501948            throw rc;
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