riscv: Remove superfluous init/fini functions

This commit is contained in:
Sebastian Huber
2022-11-08 10:20:27 +01:00
parent 0f9231002c
commit 3a38a0173b

View File

@@ -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.
*/