summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/asrdata.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/asrdata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/asrdata.h b/cpukit/include/rtems/rtems/asrdata.h
index b0cb8f3bbc..3f44d3b030 100644
--- a/cpukit/include/rtems/rtems/asrdata.h
+++ b/cpukit/include/rtems/rtems/asrdata.h
@@ -42,8 +42,6 @@ typedef struct {
rtems_asr_entry handler;
/** This field indicates if the task mode the signal will run with. */
rtems_mode mode_set;
- /** This field indicates the signal set that is posted. */
- rtems_signal_set signals_posted;
/** This field indicates the signal set that is pending. */
rtems_signal_set signals_pending;
} ASR_Information;