[M2351] Remove redundant GetPC

pull/7302/head
cyliangtw 2018-01-24 13:50:07 +08:00 committed by ccli8
parent 90fcc04596
commit 331945fa08
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ extern void *__vector_table; /* see startup file */
#else #else
extern void *__vector_handlers; /* see startup file */ extern void *__vector_handlers; /* see startup file */
#endif #endif
extern uint32_t GetPC(void); /* Get current program counter(PC) */
/*---------------------------------------------------------------------------- /*----------------------------------------------------------------------------