summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-27 09:54:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-27 09:54:02 +0000
commit266165b1f39f982cb2ec8380368d7809e9c76cb0 (patch)
treee0de21c56ce52715cff5fdff0e9b6b36653c0e07 /cpukit
parent2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-266165b1f39f982cb2ec8380368d7809e9c76cb0.tar.bz2
Remove (Unused).
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/src/threadget.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/cpukit/score/src/threadget.c b/cpukit/score/src/threadget.c
deleted file mode 100644
index c59299480f..0000000000
--- a/cpukit/score/src/threadget.c
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Thread Handler
- *
- *
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <rtems/system.h>
-#include <rtems/score/apiext.h>
-#include <rtems/score/context.h>
-#include <rtems/score/interr.h>
-#include <rtems/score/isr.h>
-#include <rtems/score/object.h>
-#include <rtems/score/priority.h>
-#include <rtems/score/states.h>
-#include <rtems/score/sysstate.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/threadq.h>
-#include <rtems/score/userext.h>
-#include <rtems/score/wkspace.h>
-
-#warning "unneeded when macros gone"