summaryrefslogtreecommitdiffstats
path: root/c/src/optman/rtems/no-region.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/rtems/no-region.c')
-rw-r--r--c/src/optman/rtems/no-region.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/optman/rtems/no-region.c b/c/src/optman/rtems/no-region.c
deleted file mode 100644
index 51865ab53d..0000000000
--- a/c/src/optman/rtems/no-region.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Region Manager
- *
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#include <rtems/system.h>
-#include <rtems/rtems/status.h>
-#include <rtems/score/object.h>
-#include <rtems/rtems/options.h>
-#include <rtems/rtems/region.h>
-#include <rtems/score/states.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/interr.h>
-
-void _Region_Manager_initialization(void)
-{
-}