VirtualBox

Changeset 107788 in vbox


Ignore:
Timestamp:
Jan 15, 2025 3:38:06 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166926
Message:

Runtime/r3/dir.cpp: Remove unused variable, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/dir.cpp

    r107618 r107788  
    502502            fHaveWildcards = true;
    503503            /* remove extra stars. */
    504             RTUNICP uc2;
    505             while ((uc2 = pDir->puszFilter[iRead + 1]) == '*')
     504            while (pDir->puszFilter[iRead + 1] == '*')
    506505                iRead++;
    507506        }
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