summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 13b463ca..09f8e9c3 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -318,8 +318,6 @@ enum target_event
TARGET_EVENT_GDB_FLASH_WRITE_END,
};
-extern const Jim_Nvp nvp_target_event[];
-
struct target_event_action_s {
enum target_event event;
Jim_Obj *body;