Revision: 48484
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48484&view=rev
Author:   starseeker
Date:     2012-01-12 13:51:42 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
Checking is pointless - eptr is always null in this case - CID 2062

Modified Paths:
--------------
    brlcad/trunk/src/libged/bigE.c

Modified: brlcad/trunk/src/libged/bigE.c
===================================================================
--- brlcad/trunk/src/libged/bigE.c      2012-01-12 13:46:59 UTC (rev 48483)
+++ brlcad/trunk/src/libged/bigE.c      2012-01-12 13:51:42 UTC (rev 48484)
@@ -253,9 +253,6 @@
            break;
        case OP_DB_LEAF:
            if ((dp=db_lookup(dgcdp->gedp->ged_wdbp->dbip, tp->tr_l.tl_name, 
LOOKUP_NOISY)) == RT_DIR_NULL) {
-             if (eptr) {
-               eptr->l.m = (struct model *)NULL;
-             }
              break;
            }
            eptr = add_solid(dp, tp->tr_l.tl_mat, dgcdp);

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