[rtems commit] bsp/beatnik: Delete superfluous declaration

Sebastian Huber sebh at rtems.org
Thu Dec 10 07:33:50 UTC 2015


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  9 11:23:25 2015 +0100

bsp/beatnik: Delete superfluous declaration

Update #2408.

---

 c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
index a797451..dc0214a 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
+++ b/c/src/lib/libbsp/powerpc/beatnik/startup/bspstart.c
@@ -129,12 +129,6 @@ char BSP_enetAddr1[7] = {0};
 
 char *rtems_progname;
 
-/*
- *  Use the shared implementations of the following routines
- */
- 
-extern void bsp_pretasking_hook(void); 
-
 #define CMDLINE_BUF_SIZE	2048
 
 static char cmdline_buf[CMDLINE_BUF_SIZE];



More information about the vc mailing list