Signed-off-by: Rasmus Villemoes <r...@prevas.dk>
---
 include/_exports.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/_exports.h b/include/_exports.h
index c1511903088..21afb8d37f8 100644
--- a/include/_exports.h
+++ b/include/_exports.h
@@ -20,9 +20,6 @@
                    int, interrupt_handler_t, void*)
 
        EXPORT_FUNC(irq_free_handler, void, free_hdlr, int)
-#else
-       EXPORT_FUNC(dummy, void, install_hdlr, void)
-       EXPORT_FUNC(dummy, void, free_hdlr, void)
 #endif
        EXPORT_FUNC(malloc, void *, malloc, size_t)
 #if !CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE)
-- 
2.51.0

Reply via email to