From 8d0bf3224b862a0789ecd12ae5ddfb1c7fb6410a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jul 2013 16:50:27 +0200 Subject: score: Delete threadq.inl --- cpukit/score/inline/rtems/score/threadq.inl | 36 ----------------------------- 1 file changed, 36 deletions(-) delete mode 100644 cpukit/score/inline/rtems/score/threadq.inl (limited to 'cpukit/score/inline/rtems') 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 directly; include instead." -#endif - -#ifndef _RTEMS_SCORE_THREADQ_INL -#define _RTEMS_SCORE_THREADQ_INL - -#include - -/** - * @addtogroup ScoreThreadQ - */ -/**@{**/ - -/** @} */ - -#endif -/* end of include file */ -- cgit v1.2.3