summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-18 19:19:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-22 16:35:06 +0100
commite5a2249a49f5b6e1ebcf229a0ade3b26d01fb52f (patch)
tree5344858e264d2728d5b605b219ba05894c08738d /cpukit/score/include/rtems/score/interr.h
parentftpfs: Fix NULL pointer access (diff)
downloadrtems-e5a2249a49f5b6e1ebcf229a0ade3b26d01fb52f.tar.bz2
score: Delete nest level from internal error state
This reverts commit 7d0bdcac1ac20d6f22b24689c16e6aa7bc3c1e40.
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index b92b5be040..049264995a 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -158,13 +158,6 @@ typedef struct {
bool is_internal;
/** This is the error code. */
Internal_errors_t the_error;
-
- /**
- * @brief The internal error nest level.
- *
- * This helps to detect recursive calls to _Internal_error_Occurred().
- */
- uint32_t nest_level;
} Internal_errors_Information;
/**