summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/cxa_finalize.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/cxa_finalize.c')
-rw-r--r--newlib/libc/stdlib/cxa_finalize.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/stdlib/cxa_finalize.c b/newlib/libc/stdlib/cxa_finalize.c
index 9bdbed7af..17d0526a7 100644
--- a/newlib/libc/stdlib/cxa_finalize.c
+++ b/newlib/libc/stdlib/cxa_finalize.c
@@ -7,8 +7,6 @@
#include <reent.h>
#include "atexit.h"
-#ifdef __REENT_HAS_CXA_SUPPORT
-
/*
* Call registered exit handlers. If D is null then all handlers are called,
* otherwise only the handlers from that DSO are called.
@@ -20,5 +18,3 @@ _DEFUN (__cxa_finalize, (d),
{
__call_exitprocs (0, d);
}
-
-#endif /* __REENT_HAS_CXA_SUPPORT */