summaryrefslogtreecommitdiff
path: root/mach_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'mach_dep.c')
-rw-r--r--mach_dep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mach_dep.c b/mach_dep.c
index c90f8e02..6a4db79a 100644
--- a/mach_dep.c
+++ b/mach_dep.c
@@ -66,10 +66,6 @@
>> (63-E2K_PSHTP_SIZE)); \
} while (0)
- GC_INNER void GC_free_procedure_stack(ptr_t buf) {
- free(buf);
- }
-
GC_INNER size_t GC_get_procedure_stack(ptr_t *buf_ptr) {
word ps;
ptr_t buf = NULL;