Revision: 72424
          http://sourceforge.net/p/brlcad/code/72424
Author:   brlcad
Date:     2019-02-12 06:18:14 +0000 (Tue, 12 Feb 2019)
Log Message:
-----------
BU_DEBUG_MEM_LOG no longer does anything

Modified Paths:
--------------
    brlcad/trunk/src/rt/do.c

Modified: brlcad/trunk/src/rt/do.c
===================================================================
--- brlcad/trunk/src/rt/do.c    2019-02-12 04:10:23 UTC (rev 72423)
+++ brlcad/trunk/src/rt/do.c    2019-02-12 06:18:14 UTC (rev 72424)
@@ -1077,10 +1077,6 @@
      */
     view_end(&APP);
 
-    /* Stop memory debug printing until next frame, leave full checking on */
-    if (R_DEBUG&RDEBUG_RTMEM)
-       bu_debug &= ~BU_DEBUG_MEM_LOG;
-
     /* These results need to be normalized.  Otherwise, all we would
      * know is that a given workload takes about the same amount of
      * CPU time, regardless of the number of CPUs.

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to