mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
riscv: Remove superfluous init/fini functions
This commit is contained in:
@@ -173,18 +173,6 @@ RTEMS_STATIC_ASSERT(
|
||||
riscv_interrupt_frame_size
|
||||
);
|
||||
|
||||
void _init(void);
|
||||
|
||||
void _fini(void);
|
||||
|
||||
void _init(void)
|
||||
{
|
||||
}
|
||||
|
||||
void _fini(void)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Performs processor dependent initialization.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user