summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/rtems/score/wkspace.inl
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/macros/rtems/score/wkspace.inl')
-rw-r--r--cpukit/score/macros/rtems/score/wkspace.inl26
1 files changed, 1 insertions, 25 deletions
diff --git a/cpukit/score/macros/rtems/score/wkspace.inl b/cpukit/score/macros/rtems/score/wkspace.inl
index 3c516bfb93..d50bc110fb 100644
--- a/cpukit/score/macros/rtems/score/wkspace.inl
+++ b/cpukit/score/macros/rtems/score/wkspace.inl
@@ -11,7 +11,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * $Id$
+ * wkspace.inl,v 1.2 1995/05/31 16:49:53 joel Exp
*/
#ifndef __WORKSPACE_inl
@@ -66,30 +66,6 @@
/*PAGE
*
- * _Workspace_Allocate_or_fatal_error
- *
- * NOTE: XXX FIX ME
- *
- * When not using static inlines, this should really be a function
- * somewhere.
- */
-
-static inline void _Workspace_Allocate_or_fatal_error(
- unsigned32 size
-)
-{
- void *memory;
-
- memory = _Workspace_Allocate( size );
-
- if ( memory == NULL )
- rtems_fatal_error_occurred( RTEMS_UNSATISFIED );
-
- return memory;
-}
-
-/*PAGE
- *
* _Workspace_Free
*
*/