Revision: 41295
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41295&view=rev
Author:   indianlarry
Date:     2010-11-09 11:02:26 +0000 (Tue, 09 Nov 2010)

Log Message:
-----------
removed unused static debug variable

Modified Paths:
--------------
    brlcad/trunk/src/librt/bundle.c

Modified: brlcad/trunk/src/librt/bundle.c
===================================================================
--- brlcad/trunk/src/librt/bundle.c     2010-11-09 11:00:47 UTC (rev 41294)
+++ brlcad/trunk/src/librt/bundle.c     2010-11-09 11:02:26 UTC (rev 41295)
@@ -578,7 +578,6 @@
 int rt_shootrays(struct application_bundle *bundle)
 {
        char *status;
-    static int callcnt=0;
     struct partition_bundle *pb = NULL;
     genptr_t a_uptr_backup = NULL;
     struct xray a_ray;
@@ -607,7 +606,6 @@
     if (!bundle->b_ap.a_miss)
        bundle->b_ap.a_miss = bundle_miss;
 
-    callcnt++;
     pb = (struct partition_bundle *)bu_calloc( 1, sizeof( struct 
partition_bundle), "partition bundle" );
     pb->ap = &bundle->b_ap;
     pb->hits = pb->misses = 0;


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

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to