summary refs log tree commit diff
path: root/arm64/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm64/all.h')
-rw-r--r--arm64/all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm64/all.h b/arm64/all.h
index 6b7f43e..49f5d86 100644
--- a/arm64/all.h
+++ b/arm64/all.h
@@ -29,7 +29,6 @@ bits arm64_retregs(Ref, int[2]);
 bits arm64_argregs(Ref, int[2]);
 void arm64_abi(Fn *);
 void apple_extsb(Fn *);
-void apple_abi(Fn *);
 
 /* isel.c */
 int arm64_logimm(uint64_t, int);
@@ -37,4 +36,3 @@ void arm64_isel(Fn *);
 
 /* emit.c */
 void arm64_emitfn(Fn *, FILE *);
-void apple_emitfn(Fn *, FILE *);