Revision: 54912
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54912&view=rev
Author:   brlcad
Date:     2013-03-27 13:41:19 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
another cpulimit removal

Modified Paths:
--------------
    brlcad/trunk/src/remrt/rtsrv.c

Modified: brlcad/trunk/src/remrt/rtsrv.c
===================================================================
--- brlcad/trunk/src/remrt/rtsrv.c      2013-03-27 13:19:06 UTC (rev 54911)
+++ brlcad/trunk/src/remrt/rtsrv.c      2013-03-27 13:41:19 UTC (rev 54912)
@@ -242,11 +242,6 @@
        setpgrp();
 #endif
 
-       /* Deal with CPU limits on "those kinds" of systems */
-       if ( bu_cpulimit_get() > 0 )  {
-           bu_cpulimit_set( 9999999 );
-       }
-
        /*
         *  Unless controller process has specifically said
         *  that this is an interactive session, e.g., for a demo,

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