Revision: 54938
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54938&view=rev
Author:   brlcad
Date:     2013-03-28 05:44:33 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
remove the no longer compiled ispar.c, merged into parallel.c so we could 
eliminate a global

Removed Paths:
-------------
    brlcad/trunk/src/libbu/ispar.c

Deleted: brlcad/trunk/src/libbu/ispar.c
===================================================================
--- brlcad/trunk/src/libbu/ispar.c      2013-03-28 05:39:05 UTC (rev 54937)
+++ brlcad/trunk/src/libbu/ispar.c      2013-03-28 05:44:33 UTC (rev 54938)
@@ -1,67 +0,0 @@
-/*                         I S P A R . C
- * BRL-CAD
- *
- * Copyright (c) 2004-2013 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-
-#include "common.h"
-
-#include <math.h>
-#include <signal.h>
-#ifdef HAVE_SYS_TYPES_H
-#  include <sys/types.h>
-#endif
-#include "bio.h"
-
-#include "bu.h"
-
-/* non-published global */
-extern int bu_pid_of_initiating_thread;
-
-
-int
-bu_is_parallel(void)
-{
-    if (bu_pid_of_initiating_thread != 0)
-       return 1;
-    return 0;
-}
-
-
-void
-bu_kill_parallel(void)
-{
-    if (bu_pid_of_initiating_thread == 0)
-       return;
-
-    if (bu_pid_of_initiating_thread == bu_process_id())
-       return;
-
-    bu_terminate(bu_pid_of_initiating_thread);
-
-    return;
-}
-
-/*
- * Local Variables:
- * mode: C
- * tab-width: 8
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */

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


------------------------------------------------------------------------------
Own the Future-Intel&reg; 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