xcopy: Remove unneeded assignment.
This commit is contained in:
parent
3fa550b532
commit
b6a5da06e9
|
@ -261,10 +261,10 @@ int wmain (int argc, WCHAR *argvW[])
|
|||
WINE_TRACE("Destination : '%s'\n", wine_dbgstr_w(supplieddestination));
|
||||
|
||||
/* Extract required information from source specification */
|
||||
rc = XCOPY_ProcessSourceParm(suppliedsource, sourcestem, sourcespec, flags);
|
||||
XCOPY_ProcessSourceParm(suppliedsource, sourcestem, sourcespec, flags);
|
||||
|
||||
/* Extract required information from destination specification */
|
||||
rc = XCOPY_ProcessDestParm(supplieddestination, destinationstem,
|
||||
XCOPY_ProcessDestParm(supplieddestination, destinationstem,
|
||||
destinationspec, sourcespec, flags);
|
||||
|
||||
/* Trace out the resulting information */
|
||||
|
|
Loading…
Reference in New Issue