forked from auracaster/openocd
target: remove needless "extern"s
Most of these happened to be in the target.h file. Some of those are associated with symbols that could be removed at some point ... e.g. NVP_ASSERT/true and its sibling NVP_DEASSERT/false. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
|
||||
#include <target/armv7a.h>
|
||||
|
||||
extern char* cortex_a8_state_strings[];
|
||||
|
||||
#define CORTEX_A8_COMMON_MAGIC 0x411fc082
|
||||
|
||||
/* See Cortex-A8 TRM section 12.5 */
|
||||
|
||||
Reference in New Issue
Block a user