diff options
Diffstat (limited to 'include/litmus/sched_trace.h')
-rw-r--r-- | include/litmus/sched_trace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h index c924716a0dbf..fb5d8f33aff5 100644 --- a/include/litmus/sched_trace.h +++ b/include/litmus/sched_trace.h | |||
@@ -96,7 +96,6 @@ typedef enum { | |||
96 | * uninitialized records. */ | 96 | * uninitialized records. */ |
97 | ST_PARAM, | 97 | ST_PARAM, |
98 | ST_RELEASE, | 98 | ST_RELEASE, |
99 | ST_ASSIGNED, | ||
100 | ST_SWITCH_TO, | 99 | ST_SWITCH_TO, |
101 | ST_SWITCH_AWAY, | 100 | ST_SWITCH_AWAY, |
102 | ST_COMPLETION, | 101 | ST_COMPLETION, |
@@ -116,7 +115,6 @@ struct st_event_record { | |||
116 | DATA(name); | 115 | DATA(name); |
117 | DATA(param); | 116 | DATA(param); |
118 | DATA(release); | 117 | DATA(release); |
119 | DATA(assigned); | ||
120 | DATA(switch_to); | 118 | DATA(switch_to); |
121 | DATA(switch_away); | 119 | DATA(switch_away); |
122 | DATA(completion); | 120 | DATA(completion); |