Remove redundant GetPC

pull/7631/head
cyliangtw 2018-01-24 13:50:07 +08:00 committed by Cruz Monrreal II
parent f3afbf2e00
commit 2bd15eac69
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) */
/*---------------------------------------------------------------------------- /*----------------------------------------------------------------------------