summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/signalimpl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/signalimpl.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/include/rtems/rtems/signalimpl.h b/cpukit/include/rtems/rtems/signalimpl.h
index 51f742c9fe..db1ff71620 100644
--- a/cpukit/include/rtems/rtems/signalimpl.h
+++ b/cpukit/include/rtems/rtems/signalimpl.h
@@ -31,18 +31,8 @@ extern "C" {
* @ingroup RTEMSImplClassic
*
* @brief This group contains the Signal Manager implementation.
- *
- * @{
*/
-void _Signal_Action_handler(
- Thread_Control *executing,
- Thread_Action *action,
- ISR_lock_Context *lock_context
-);
-
-/**@}*/
-
#ifdef __cplusplus
}
#endif