Revision: 65112
          http://sourceforge.net/p/brlcad/code/65112
Author:   ejno
Date:     2015-05-30 01:35:16 +0000 (Sat, 30 May 2015)
Log Message:
-----------
remove set-but-not-used variable

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tests/opt.c

Modified: brlcad/trunk/src/libbu/tests/opt.c
===================================================================
--- brlcad/trunk/src/libbu/tests/opt.c  2015-05-30 01:18:32 UTC (rev 65111)
+++ brlcad/trunk/src/libbu/tests/opt.c  2015-05-30 01:35:16 UTC (rev 65112)
@@ -48,7 +48,6 @@
 d2_color(struct bu_vls *msg, struct bu_opt_data *data)
 {
     unsigned int *rgb;
-    int color_arg_cnt;
     if (!data) return 0;
     if (!data->args) {
        data->valid = 0;
@@ -56,7 +55,6 @@
     }
     if (msg) bu_vls_sprintf(msg, "d2");
 
-    color_arg_cnt = BU_PTBL_LEN(data->args);
     rgb = (unsigned int *)bu_calloc(3, sizeof(unsigned int), "fastf_t array");
 
     /* First, see if the first string converts to rgb */

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to