VirtualBox

Changeset 102637 in vbox


Ignore:
Timestamp:
Dec 18, 2023 3:56:11 PM (13 months ago)
Author:
vboxsync
Message:

Removed excessive code.

File:
1 edited

Legend:

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

    r102100 r102637  
    13111311
    13121312            if (SUCCEEDED(hrc))
    1313             {
    1314                 switch (aMetricType)
    1315                 {
    1316                     case MetricType_CpuUtilization:
    1317                     case MetricType_MemoryUtilization:
    1318                     case MetricType_DiskBytesRead:
    1319                     case MetricType_DiskBytesWritten:
    1320                     case MetricType_NetworksBytesIn:
    1321                     case MetricType_NetworksBytesOut:
    1322                         RTPrintf(Cloud::tr(" - %ls\n"), value.raw());
    1323                         break;
    1324                     case MetricType_Invalid:
    1325                     default:
    1326                         break;
    1327                 }
    1328             }
     1313                RTPrintf(Cloud::tr(" - %ls\n"), value.raw());
    13291314        }
    13301315    }
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