[rtems commit] bsps/sparc: Delete unused file

Sebastian Huber sebh at rtems.org
Fri Feb 21 08:33:11 UTC 2014


Module:    rtems
Branch:    master
Commit:    c8c877f8cb4d113b4d3cd296afcfbaca7bbdf76a
Changeset: http://git.rtems.org/rtems/commit/?id=c8c877f8cb4d113b4d3cd296afcfbaca7bbdf76a

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Feb 19 15:19:30 2014 +0100

bsps/sparc: Delete unused file

---

 .../sparc/shared/startup/bspfatalextension.c       |   24 --------------------
 1 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/shared/startup/bspfatalextension.c b/c/src/lib/libbsp/sparc/shared/startup/bspfatalextension.c
deleted file mode 100644
index 1054688..0000000
--- a/c/src/lib/libbsp/sparc/shared/startup/bspfatalextension.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2012 embedded brains GmbH.  All rights reserved.
- *
- *  embedded brains GmbH
- *  Obere Lagerstr. 30
- *  82178 Puchheim
- *  Germany
- *  <rtems at embedded-brains.de>
- *
- * 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.
- */
-
-#include <bsp.h>
-
-void bsp_fatal_extension(
-  Internal_errors_Source source,
-  bool is_internal,
-  Internal_errors_t error
-)
-{
-  BSP_fatal_return();
-}




More information about the vc mailing list