VirtualBox

Changeset 30050 in vbox for trunk/src/VBox/VMM/PDM.cpp


Ignore:
Timestamp:
Jun 7, 2010 7:11:15 AM (15 years ago)
Author:
vboxsync
Message:

VMM: Removed 4 unused functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDM.cpp

    r28801 r30050  
    21182118}
    21192119
    2120 /**
    2121  * Release the PDM lock if owned by the current VCPU
    2122  *
    2123  * @param   pVM         The VM to operate on.
    2124  */
    2125 VMMR3DECL(void) PDMR3ReleaseOwnedLocks(PVM pVM)
    2126 {
    2127     while (PDMCritSectIsOwner(&pVM->pdm.s.CritSect))
    2128         PDMCritSectLeave(&pVM->pdm.s.CritSect);
    2129 }
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