Additional changes to support of export function to the IAR.

In support of export function to the IAR, delete unnecessary extern declaration.
pull/1545/head
tomoyuki yamanaka 2016-02-17 11:39:01 +09:00
parent 27caef30a4
commit 60b7accf22
1 changed files with 0 additions and 4 deletions

View File

@ -526,10 +526,6 @@ __attribute__((naked)) void software_init_hook (void) {
#elif defined (__ICCARM__)
extern int __low_level_init(void);
extern void __iar_data_init3(void);
extern void __iar_dynamic_initialization(void);
extern void mbed_sdk_init(void);
extern void exit(int arg);
void mbed_main(void) {