VirtualBox

Changeset 9669 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 12, 2008 7:26:45 PM (17 years ago)
Author:
vboxsync
Message:

warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r9421 r9669  
    636636HWACCMR0DECL(int) HWACCMR0InitVM(PVM pVM)
    637637{
    638     int rc = VINF_SUCCESS;
    639 
    640638    AssertReturn(pVM, VERR_INVALID_PARAMETER);
    641639
     
    680678HWACCMR0DECL(int) HWACCMR0TermVM(PVM pVM)
    681679{
    682     int rc = VINF_SUCCESS;
    683 
    684680    AssertReturn(pVM, VERR_INVALID_PARAMETER);
    685681
     
    701697HWACCMR0DECL(int) HWACCMR0SetupVM(PVM pVM)
    702698{
    703     int rc = VINF_SUCCESS;
    704 
    705699    AssertReturn(pVM, VERR_INVALID_PARAMETER);
    706700
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