Revision: 48505
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48505&view=rev
Author:   n_reed
Date:     2012-01-12 15:44:55 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
remove unnecessary null check, CID 163

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c      2012-01-12 15:37:02 UTC 
(rev 48504)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_ck.c      2012-01-12 15:44:55 UTC 
(rev 48505)
@@ -148,9 +148,6 @@
     for (BU_LIST_FOR(eu2, bu_list, &((struct edge_g_lseg *)eg)->eu_hd2)) {
        struct edgeuse *eu;
 
-       if (eu2 == NULL) {
-           bu_bomb("nmg_veg null eu2\n");
-       }
        eu = BU_LIST_MAIN_PTR(edgeuse, eu2, l2);
        NMG_CK_EDGEUSE(eu);
        if (eu->g.magic_p == eg) continue;

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to