Don't include "long-options.h".
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Sep 2004 22:12:55 +0000 (22:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Sep 2004 22:12:55 +0000 (22:12 +0000)
(main): Remove unused "case 0".

src/readlink.c

index 7270166..6f2a731 100644 (file)
@@ -26,7 +26,6 @@
 #include "canonicalize.h"
 #include "error.h"
 #include "xreadlink.h"
-#include "long-options.h"
 #include "quote.h"
 
 /* The official name of this program (e.g., no `g' prefix).  */
@@ -116,8 +115,6 @@ main (int argc, char *const argv[])
     {
       switch (optc)
        {
-       case 0:
-         break;
        case 'e':
          can_mode = CAN_EXISTING;
          break;