From 6ca60e5dc94654504dc4c9974733afd0f58d86e3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 1 Apr 2016 15:10:08 +0200 Subject: score: Delete MP support for RW locks MP support was not implemented. --- cpukit/score/src/corerwlockobtainwrite.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/score/src/corerwlockobtainwrite.c') diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c index 04416505c2..3ae1826611 100644 --- a/cpukit/score/src/corerwlockobtainwrite.c +++ b/cpukit/score/src/corerwlockobtainwrite.c @@ -26,10 +26,8 @@ void _CORE_RWLock_Obtain_for_writing( CORE_RWLock_Control *the_rwlock, Thread_Control *executing, - Objects_Id id, bool wait, - Watchdog_Interval timeout, - CORE_RWLock_API_mp_support_callout api_rwlock_mp_support + Watchdog_Interval timeout ) { ISR_lock_Context lock_context; -- cgit v1.2.3