VirtualBox

Changeset 103525 in vbox


Ignore:
Timestamp:
Feb 22, 2024 11:18:23 AM (11 months ago)
Author:
vboxsync
Message:

Storage/VDPlugin.cpp: Some unused variable, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VDPlugin.cpp

    r98103 r103525  
    728728                }
    729729
    730                 rc = vdPluginLoadFromFilename(pszPluginPath);
     730                vdPluginLoadFromFilename(pszPluginPath);
    731731                RTStrFree(pszPluginPath);
    732732            }
     
    848848                }
    849849
    850                 rc = vdPluginUnloadFromFilename(pszPluginPath);
     850                vdPluginUnloadFromFilename(pszPluginPath);
    851851                RTStrFree(pszPluginPath);
    852852            }
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