From 8061f568de694bdf93b0fa6cda22de4e41b03d7e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Mar 2014 11:55:28 +0100 Subject: score: Delete post-switch API extensions Use thread post-switch actions instead. --- cpukit/score/src/threaddispatch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/src/threaddispatch.c') diff --git a/cpukit/score/src/threaddispatch.c b/cpukit/score/src/threaddispatch.c index ae30c0c7d3..ae69a5c82f 100644 --- a/cpukit/score/src/threaddispatch.c +++ b/cpukit/score/src/threaddispatch.c @@ -207,6 +207,5 @@ post_switch: _Per_CPU_Release_and_ISR_enable( per_cpu, level ); - _API_extensions_Run_post_switch( executing ); _Thread_Run_post_switch_actions( executing ); } -- cgit v1.2.3