Revision: 54903
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54903&view=rev
Author:   brlcad
Date:     2013-03-27 04:01:10 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
removed bu_get_load_average and bu_set_realtime.  the latter is technically 
minimally impacting since the implementation has done nothing for a couple 
decades now.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/parallel.c

Modified: brlcad/trunk/src/libbu/parallel.c
===================================================================
--- brlcad/trunk/src/libbu/parallel.c   2013-03-27 03:58:35 UTC (rev 54902)
+++ brlcad/trunk/src/libbu/parallel.c   2013-03-27 04:01:10 UTC (rev 54903)
@@ -342,17 +342,6 @@
 }
 
 
-fastf_t
-bu_get_load_average(void)
-{
-    double load = -1.0;
-
-    bu_log("DEPRECATED: bu_get_load_average is deprecated and will be removed 
in a future release.\n");
-
-    return load;
-}
-
-
 int
 bu_get_public_cpus(void)
 {
@@ -392,13 +381,6 @@
 }
 
 
-int
-bu_set_realtime(void)
-{
-    return 0;
-}
-
-
 /**********************************************************************/
 
 

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


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to