attrib: Remove redundant code.
This commit is contained in:
parent
4a13490237
commit
458e573584
|
@ -289,8 +289,6 @@ int wmain(int argc, WCHAR *argv[])
|
|||
} else if (param[0] == '/') {
|
||||
if (((param[1] == 'D') || (param[1] == 'd')) && !param[2]) {
|
||||
attrib_includedirs = TRUE;
|
||||
} else if (((param[1] == 'R') || (param[1] == 'r')) && !param[2]) {
|
||||
WINE_FIXME("Option /R not yet supported\n");
|
||||
} else if (((param[1] == 'S') || (param[1] == 's')) && !param[2]) {
|
||||
attrib_recurse = TRUE;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue