summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadqextractpriority.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-23 11:57:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-26 10:02:53 +0200
commitdb0e05ff6f6f9d3738c10c80bf5faaea2a0a4fa8 (patch)
treed5d29ea79cdd066425373c82545c330e4d8adad0 /cpukit/score/src/threadqextractpriority.c
parentscore: PR2140: Fix _Thread_queue_Process_timeout() (diff)
downloadrtems-db0e05ff6f6f9d3738c10c80bf5faaea2a0a4fa8.tar.bz2
score: Delete unused function parameter
Diffstat (limited to 'cpukit/score/src/threadqextractpriority.c')
-rw-r--r--cpukit/score/src/threadqextractpriority.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/threadqextractpriority.c b/cpukit/score/src/threadqextractpriority.c
index d22fdf2836..09a2f9092e 100644
--- a/cpukit/score/src/threadqextractpriority.c
+++ b/cpukit/score/src/threadqextractpriority.c
@@ -25,7 +25,6 @@
#include <rtems/score/watchdogimpl.h>
bool _Thread_queue_Extract_priority_helper(
- Thread_queue_Control *the_thread_queue __attribute__((unused)),
Thread_Control *the_thread,
bool requeuing
)