Jason Edmeades : attrib: Remove redundant code.

Alexandre Julliard julliard at winehq.org
Tue Nov 6 14:27:29 CST 2012


Module: wine
Branch: master
Commit: 458e573584801dee7d7f961d212ffda698a11960
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=458e573584801dee7d7f961d212ffda698a11960

Author: Jason Edmeades <jason at edmeades.me.uk>
Date:   Mon Nov  5 22:17:21 2012 +0000

attrib: Remove redundant code.

---

 programs/attrib/attrib.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/programs/attrib/attrib.c b/programs/attrib/attrib.c
index e2cec36..443a0c0 100644
--- a/programs/attrib/attrib.c
+++ b/programs/attrib/attrib.c
@@ -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 {




More information about the wine-cvs mailing list