VirtualBox

Changeset 107550 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jan 9, 2025 7:23:56 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166623
Message:

Runtime/r3/solaris/coredumper-solaris: bugref:3409 Unused variables and redundant assigment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r106061 r107550  
    13241324    uint64_t aThreads[4];
    13251325    RT_ZERO(aThreads);
    1326     int rc = VERR_GENERAL_FAILURE;
    1327     void *pv = NULL;
    1328     size_t cb = 0;
     1326    int rc;
    13291327    for (cTries = 0; cTries < RT_ELEMENTS(aThreads); cTries++)
    13301328    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette