summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/wkspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/wkspace.c')
-rw-r--r--cpukit/score/src/wkspace.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/cpukit/score/src/wkspace.c b/cpukit/score/src/wkspace.c
index 8a373dce5b..59ccbd059a 100644
--- a/cpukit/score/src/wkspace.c
+++ b/cpukit/score/src/wkspace.c
@@ -1,13 +1,10 @@
/*
* Workspace Handler
*
- * JUNK
+ * XXX
*
* NOTE:
*
- * This file only exists to contain the one function which cannot
- * be written as a macro when "static inlines" are not used.
- *
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
* On-Line Applications Research Corporation (OAR).
* All rights assigned to U.S. Government, 1994.
@@ -16,15 +13,13 @@
* 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.c,v 1.4 1995/05/25 15:26:53 joel Exp
*/
#include <rtems/system.h>
#include <rtems/wkspace.h>
#include <rtems/fatal.h>
-#ifndef USE_INLINES
-
/*PAGE
*
* _Workspace_Allocate_or_fatal_error
@@ -44,6 +39,3 @@ void *_Workspace_Allocate_or_fatal_error(
return memory;
}
-
-#endif /* USE_INLINES */
-