summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score/ppc.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-12 13:25:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-12 13:25:29 +0000
commit1598a7b04445d7db6f572061eb268ea1102fe787 (patch)
treefd5b4b0ba41208847cef034817c45c47918245b6 /cpukit/score/cpu/powerpc/rtems/score/ppc.h
parent2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1598a7b04445d7db6f572061eb268ea1102fe787.tar.bz2
Remove (Deprecated in 4.7).
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score/ppc.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/ppc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/ppc.h b/cpukit/score/cpu/powerpc/rtems/score/ppc.h
deleted file mode 100644
index e5f09a7b35..0000000000
--- a/cpukit/score/cpu/powerpc/rtems/score/ppc.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * @file rtems/score/ppc.h
- */
-
-/*
- * The license and distribution terms for this file may in
- * the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#ifndef _RTEMS_SCORE_PPC_H
-#define _RTEMS_SCORE_PPC_H
-#ifndef RTEMS_NO_WARN_DEPRECATED
-#warning <rtems/score/ppc.h> is deprecated, use <rtems/score/powerpc.h> instead
-#endif
-#include <rtems/score/powerpc.h>
-#endif