summaryrefslogtreecommitdiffstats
path: root/cpukit/score/macros/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/macros/README')
-rw-r--r--cpukit/score/macros/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/macros/README b/cpukit/score/macros/README
deleted file mode 100644
index c2d2e607d6..0000000000
--- a/cpukit/score/macros/README
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# $Id$
-#
-
-The files in this directory are not considered the "primary" source
-of inlined routines for RTEMS. The "inline" directory contains
-the implementations of the inlined basis which are regularly
-tested. In general, an effort is made to keep the contents of
-this directory up to date but testing is only performed irregularly
-and even then it is usually with a single target processor and BSP.
-
-The primary purpose of the code in this directory is to ensure
-that RTEMS can be compiled using a C compiler which does not support
-static inline routines.