Commit 458e5735 authored by Jason Edmeades's avatar Jason Edmeades Committed by Alexandre Julliard

attrib: Remove redundant code.

parent 4a134902
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment