summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/inline/attr.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/inline/attr.inl')
-rw-r--r--c/src/exec/rtems/inline/attr.inl13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/exec/rtems/inline/attr.inl b/c/src/exec/rtems/inline/attr.inl
index c657a08211..15a9296b7e 100644
--- a/c/src/exec/rtems/inline/attr.inl
+++ b/c/src/exec/rtems/inline/attr.inl
@@ -84,19 +84,6 @@ STATIC INLINE boolean _Attributes_Is_priority(
/*PAGE
*
- * _Attributes_Is_limit
- *
- */
-
-STATIC INLINE boolean _Attributes_Is_limit(
- rtems_attribute attribute_set
-)
-{
- return ( attribute_set & RTEMS_LIMIT );
-}
-
-/*PAGE
- *
* _Attributes_Is_binary_semaphore
*
*/