aboutsummaryrefslogtreecommitdiffstats
path: root/src/entryfuncs.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/entryfuncs.S')
-rw-r--r--src/entryfuncs.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/entryfuncs.S b/src/entryfuncs.S
index ea6f9900..679b1fc4 100644
--- a/src/entryfuncs.S
+++ b/src/entryfuncs.S
@@ -149,9 +149,3 @@
.section .text.asm.\func
.global \func
.endm
-
- // Declare an exported function
- .macro EXPORTFUNC func
- .section .text.asm.export.\func
- .global \func
- .endm