aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common/crtend.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/common/crtend.c')
-rw-r--r--lib/csu/common/crtend.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/csu/common/crtend.c b/lib/csu/common/crtend.c
index bf25c1d836a9..9eb75de2ef60 100644
--- a/lib/csu/common/crtend.c
+++ b/lib/csu/common/crtend.c
@@ -26,10 +26,6 @@
typedef void (*crt_func)(void);
-static crt_func __JCR_END__[] __section(".jcr") __used = {
- (crt_func)0
-};
-
#ifdef HAVE_CTORS
/*