Revision: 49353
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49353&view=rev
Author:   brlcad
Date:     2012-02-08 21:28:23 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
eliminate dead code.  cannot reach EOF here because we're while-looping until 
EOF.  (cid 226)

Modified Paths:
--------------
    brlcad/trunk/src/rt/opt.c

Modified: brlcad/trunk/src/rt/opt.c
===================================================================
--- brlcad/trunk/src/rt/opt.c   2012-02-08 21:24:54 UTC (rev 49352)
+++ brlcad/trunk/src/rt/opt.c   2012-02-08 21:28:23 UTC (rev 49353)
@@ -604,9 +604,6 @@
                }
            }
            break;
-           case EOF:
-               fprintf(stderr, "ERROR: unknown option %c\n", c);
-               return 0;       /* BAD */
            default:            /* '?' */
                fprintf(stderr, "ERROR: bad option specified\n");
                return 0;       /* BAD */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to