bsp/beatnik: Delete superfluous declaration

Update #2408.
This commit is contained in:
Sebastian Huber
2015-12-09 11:23:25 +01:00
parent 20d7093a9a
commit ac78f35cb1

View File

@@ -129,12 +129,6 @@ char BSP_enetAddr1[7] = {0};
char *rtems_progname; char *rtems_progname;
/*
* Use the shared implementations of the following routines
*/
extern void bsp_pretasking_hook(void);
#define CMDLINE_BUF_SIZE 2048 #define CMDLINE_BUF_SIZE 2048
static char cmdline_buf[CMDLINE_BUF_SIZE]; static char cmdline_buf[CMDLINE_BUF_SIZE];