attrib: Remove redundant code.

oldstable
Jason Edmeades 2012-11-05 22:17:21 +00:00 committed by Alexandre Julliard
parent 4a13490237
commit 458e573584
1 changed files with 0 additions and 2 deletions

View File

@ -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 {