Revision: 55639
          http://sourceforge.net/p/brlcad/code/55639
Author:   brlcad
Date:     2013-06-03 17:08:17 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
remove unused var

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/brep/brep.cpp

Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp     2013-06-03 13:57:47 UTC 
(rev 55638)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp     2013-06-03 17:08:17 UTC 
(rev 55639)
@@ -2944,7 +2944,6 @@
                    double t0, t1;
                    trim->GetDomain(&t0, &t1);
                    ON_2dPoint p2d = trim->PointAtStart();
-                   ON_2dPoint end_p2d = trim->PointAtEnd();
                    std::map<double, ON_3dPoint*>::const_iterator i;
                    for (i = param_points3d->begin();
                            i != param_points3d->end();) {

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to