From bbf8816ab2326fd8e5d94e6693c82b2d1e6d8878 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Dec 2011 21:39:52 +0000 Subject: 2011-12-08 Joel Sherrill PR 1589/build * optman/.cvsignore, optman/Makefile.am, optman/preinstall.am, optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c, optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c, optman/rtems/no-part.c, optman/rtems/no-region.c, optman/rtems/no-rtmon.c, optman/rtems/no-sem.c, optman/rtems/no-signal.c, optman/rtems/no-timer.c, optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed. --- c/src/optman/sapi/no-ext.c | 25 ------------------------- c/src/optman/sapi/no-io.c | 28 ---------------------------- 2 files changed, 53 deletions(-) delete mode 100644 c/src/optman/sapi/no-ext.c delete mode 100644 c/src/optman/sapi/no-io.c (limited to 'c/src/optman/sapi') diff --git a/c/src/optman/sapi/no-ext.c b/c/src/optman/sapi/no-ext.c deleted file mode 100644 index 7c463fffe0..0000000000 --- a/c/src/optman/sapi/no-ext.c +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Extension Manager - * - * - * COPYRIGHT (c) 1989-2008. - * 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 -#include -#include -#include -#include -#include -#include - -void _Extension_Manager_initialization(void) -{ -} diff --git a/c/src/optman/sapi/no-io.c b/c/src/optman/sapi/no-io.c deleted file mode 100644 index 72ccf4ad2a..0000000000 --- a/c/src/optman/sapi/no-io.c +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Input/Output Manager - * - * - * COPYRIGHT (c) 1989-2008. - * 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 -#include -#include -#include -#include -#include - -void _IO_Manager_initialization(void) -{ -} - -void _IO_Initialize_all_drivers(void) -{ -} -- cgit v1.2.3