summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c')
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c b/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
deleted file mode 100644
index 2d947236ed..0000000000
--- a/c/src/lib/libbsp/m68k/dmv152/startup/bspclean.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * This routine performs final cleanup at exit time.
- *
- * 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 <bsp.h>
-
-void bsp_cleanup( void )
-{
-
- VME_interrupt_Disable( 0xff );
-}