aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/target/target.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 794ee833..48793da6 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -291,7 +291,6 @@ struct target_event_action {
enum target_event event;
struct Jim_Interp *interp;
struct Jim_Obj *body;
- int has_percent;
struct target_event_action *next;
};