summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadqimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-27 08:30:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-03-31 10:14:43 +0200
commit600bb68fa166adbd1c7fd2fce1a1641c6f4a6c0f (patch)
tree30c0346ce95caec97a2129c037bb20000870766f /cpukit/score/include/rtems/score/threadqimpl.h
parentscore: Delete CORE_mutex_Control::lock (diff)
downloadrtems-600bb68fa166adbd1c7fd2fce1a1641c6f4a6c0f.tar.bz2
score: _Thread_queue_Extract_with_proxy()
Drop the return status, since it is nowhere used.
Diffstat (limited to 'cpukit/score/include/rtems/score/threadqimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadqimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h
index a8b00de251..040e16bc07 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/score/include/rtems/score/threadqimpl.h
@@ -151,7 +151,7 @@ bool _Thread_queue_Extract(
* and ensures that if there is a proxy for this task on
* another node, it is also dealt with.
*/
-bool _Thread_queue_Extract_with_proxy(
+void _Thread_queue_Extract_with_proxy(
Thread_Control *the_thread
);