[rtems commit] Remove unused POSIX_NOT_IMPLEMENTED() declaration

Sebastian Huber sebh at rtems.org
Tue Mar 27 06:33:13 UTC 2018


Module:    rtems
Branch:    master
Commit:    549b1d6bbe832d2d5b8d721a093e0f231eb84727
Changeset: http://git.rtems.org/rtems/commit/?id=549b1d6bbe832d2d5b8d721a093e0f231eb84727

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 26 16:09:19 2018 +0200

Remove unused POSIX_NOT_IMPLEMENTED() declaration

---

 cpukit/include/rtems/system.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/cpukit/include/rtems/system.h b/cpukit/include/rtems/system.h
index 26156c6..723145a 100644
--- a/cpukit/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
@@ -35,11 +35,6 @@ extern "C" {
 
 #ifndef ASM
 
-#ifdef RTEMS_POSIX_API
-/** The following is used by the POSIX implementation to catch bad paths.  */
-int POSIX_NOT_IMPLEMENTED( void );
-#endif
-
 /**
  *  The following is the extern for the RTEMS version string.
  *



More information about the vc mailing list