VirtualBox

Changeset 79944 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 23, 2019 11:36:32 PM (6 years ago)
Author:
vboxsync
Message:

OCI: G/c unused variable from copy/pasted code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r79943 r79944  
    509509    }
    510510
    511     Bstr bstrProfileName;
    512511    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    513     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    514512
    515513    ComObjPtr<ICloudClient> oCloudClient;
     
    626624    }
    627625
    628     Bstr bstrProfileName;
    629626    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    630     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    631627
    632628    ComObjPtr<ICloudClient> oCloudClient;
     
    685681    }
    686682
    687     Bstr bstrProfileName;
    688683    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    689     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    690684
    691685    ComObjPtr<ICloudClient> oCloudClient;
     
    744738    }
    745739
    746     Bstr bstrProfileName;
    747740    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    748     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    749741
    750742    ComObjPtr<ICloudClient> oCloudClient;
     
    873865    }
    874866
    875     Bstr bstrProfileName;
    876867    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    877     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    878868
    879869    ComObjPtr<ICloudClient> oCloudClient;
     
    985975
    986976
    987     Bstr bstrProfileName;
    988977    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    989     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    990978
    991979    ComObjPtr<ICloudClient> oCloudClient;
     
    10981086    }
    10991087
    1100     Bstr bstrProfileName;
    11011088    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    1102     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    11031089
    11041090    ComPtr<IVirtualBox> pVirtualBox = a->virtualBox;
     
    11591145    }
    11601146
    1161     Bstr bstrProfileName;
    11621147    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    1163     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    11641148
    11651149    ComObjPtr<ICloudClient> oCloudClient;
     
    12491233    }
    12501234
    1251     Bstr bstrProfileName;
    12521235    ComPtr<ICloudProfile> pCloudProfile = pCommonOpts->profile.pCloudProfile;
    1253     pCloudProfile->COMGETTER(Name)(bstrProfileName.asOutParam());
    12541236
    12551237    ComObjPtr<ICloudClient> oCloudClient;
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