From 2bd15eac69f47228f4c55eb49ec1654a965ae2e2 Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Wed, 24 Jan 2018 13:50:07 +0800 Subject: [PATCH] Remove redundant GetPC --- targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c b/targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c index 5d70e34618..e7cc9daed5 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c +++ b/targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c @@ -24,7 +24,6 @@ extern void *__vector_table; /* see startup file */ #else extern void *__vector_handlers; /* see startup file */ #endif -extern uint32_t GetPC(void); /* Get current program counter(PC) */ /*----------------------------------------------------------------------------