From c8c877f8cb4d113b4d3cd296afcfbaca7bbdf76a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 19 Feb 2014 15:19:30 +0100 Subject: bsps/sparc: Delete unused file --- .../sparc/shared/startup/bspfatalextension.c | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 c/src/lib/libbsp/sparc/shared/startup/bspfatalextension.c (limited to 'c/src') 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 10546886a4..0000000000 --- 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 - * - * - * 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 - -void bsp_fatal_extension( - Internal_errors_Source source, - bool is_internal, - Internal_errors_t error -) -{ - BSP_fatal_return(); -} -- cgit v1.2.3