aboutsummaryrefslogtreecommitdiff
path: root/libc/crt/crtn.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libc/crt/crtn.asm')
-rw-r--r--libc/crt/crtn.asm9
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/crt/crtn.asm b/libc/crt/crtn.asm
deleted file mode 100644
index f20ec6a..0000000
--- a/libc/crt/crtn.asm
+++ /dev/null
@@ -1,9 +0,0 @@
-; MIT License, Copyright (c) 2020 Marvin Borner
-
-section .init
- pop ebp
- ret
-
-section .fini
- pop ebp
- ret