Revision: 56014
          http://sourceforge.net/p/brlcad/code/56014
Author:   carlmoore
Date:     2013-07-11 21:24:57 +0000 (Thu, 11 Jul 2013)
Log Message:
-----------
remove case statements for ? and h because they are handled by the 'default'

Modified Paths:
--------------
    brlcad/trunk/src/gtools/g_qa.c

Modified: brlcad/trunk/src/gtools/g_qa.c
===================================================================
--- brlcad/trunk/src/gtools/g_qa.c      2013-07-11 21:03:35 UTC (rev 56013)
+++ brlcad/trunk/src/gtools/g_qa.c      2013-07-11 21:24:57 UTC (rev 56014)
@@ -75,8 +75,6 @@
            case 'U':
            case 'u':
                break;
-           case '?':
-           case 'h':
            default:
                bu_exit(1, usage, argv[0]);
                break;

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to