summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/macros/status.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/macros/status.inl')
-rw-r--r--c/src/exec/rtems/macros/status.inl8
1 files changed, 0 insertions, 8 deletions
diff --git a/c/src/exec/rtems/macros/status.inl b/c/src/exec/rtems/macros/status.inl
index c4f8a523df..408cb816d1 100644
--- a/c/src/exec/rtems/macros/status.inl
+++ b/c/src/exec/rtems/macros/status.inl
@@ -35,13 +35,5 @@
#define rtems_are_statuses_equal( _code1, _code2 ) \
((_code1) == (_code2))
-/*
- * _Status_Is_proxy_blocking
- *
- */
-
-#define _Status_Is_proxy_blocking( _code ) \
- ( (_code) == RTEMS_PROXY_BLOCKING )
-
#endif
/* end of include file */