Revision: 41010
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41010&view=rev
Author:   starseeker
Date:     2010-10-15 21:23:49 +0000 (Fri, 15 Oct 2010)

Log Message:
-----------
Remove unused variable in plane.c (was failing strict build)

Modified Paths:
--------------
    brlcad/branches/cmake/src/libbn/plane.c

Modified: brlcad/branches/cmake/src/libbn/plane.c
===================================================================
--- brlcad/branches/cmake/src/libbn/plane.c     2010-10-15 21:21:50 UTC (rev 
41009)
+++ brlcad/branches/cmake/src/libbn/plane.c     2010-10-15 21:23:49 UTC (rev 
41010)
@@ -2189,7 +2189,6 @@
 int
 bn_coplanar(const fastf_t *a, const fastf_t *b, const struct bn_tol *tol)
 {
-    register fastf_t f;
     register fastf_t dot;
     vect_t pt_a, pt_b;
     BN_CK_TOL(tol);


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to