summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-24 16:50:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-26 11:55:45 +0200
commit8d0bf3224b862a0789ecd12ae5ddfb1c7fb6410a (patch)
tree0885788d6c3949f5b9d72d4836bf1ec3d1ecaf77 /cpukit/score/inline/rtems
parentscore: Merge threadmp implementation into one file (diff)
downloadrtems-8d0bf3224b862a0789ecd12ae5ddfb1c7fb6410a.tar.bz2
score: Delete threadq.inl
Diffstat (limited to 'cpukit/score/inline/rtems')
-rw-r--r--cpukit/score/inline/rtems/score/threadq.inl36
1 files changed, 0 insertions, 36 deletions
diff --git a/cpukit/score/inline/rtems/score/threadq.inl b/cpukit/score/inline/rtems/score/threadq.inl
deleted file mode 100644
index d64638908a..0000000000
--- a/cpukit/score/inline/rtems/score/threadq.inl
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * @file
- *
- * @brief Inlined Routines Associated with the Manipulation of Thread Queues
- *
- * This inline file contains all of the inlined routines associated with
- * the manipulation of thread queues.
- */
-
-/*
- * COPYRIGHT (c) 1989-2008.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifndef _RTEMS_SCORE_THREADQ_H
-# error "Never use <rtems/score/threadq.inl> directly; include <rtems/score/threadq.h> instead."
-#endif
-
-#ifndef _RTEMS_SCORE_THREADQ_INL
-#define _RTEMS_SCORE_THREADQ_INL
-
-#include <rtems/score/thread.h>
-
-/**
- * @addtogroup ScoreThreadQ
- */
-/**@{**/
-
-/** @} */
-
-#endif
-/* end of include file */