Revision: 53830
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53830&view=rev
Author:   starseeker
Date:     2012-11-27 14:19:03 +0000 (Tue, 27 Nov 2012)
Log Message:
-----------
Remove unused variable assignment.

Modified Paths:
--------------
    brlcad/trunk/src/librt/test_subdivision.cpp

Modified: brlcad/trunk/src/librt/test_subdivision.cpp
===================================================================
--- brlcad/trunk/src/librt/test_subdivision.cpp 2012-11-27 02:04:50 UTC (rev 
53829)
+++ brlcad/trunk/src/librt/test_subdivision.cpp 2012-11-27 14:19:03 UTC (rev 
53830)
@@ -167,7 +167,6 @@
     }
     for(f_it = starting_mesh->face_pts.begin(); f_it != 
starting_mesh->face_pts.end(); f_it++) {
        mesh->points_p0.Append(starting_mesh->points_q[(*f_it).first]);
-        ON_3dPoint added = *mesh->points_p0.At(mesh->points_p0.Count() - 1);
        mesh->iteration_of_insert[mesh->points_p0.Count()-1] = 
mesh->iteration_cnt;
         starting_mesh->index_in_next[(*f_it).first] = 
mesh->points_p0.Count()-1;
     }

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to