aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/go-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/go/go-backend.c')
-rw-r--r--gcc/go/go-backend.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c
index 1c62495c38d..99609f0fc16 100644
--- a/gcc/go/go-backend.c
+++ b/gcc/go/go-backend.c
@@ -80,15 +80,6 @@ go_field_alignment (tree t)
return v / BITS_PER_UNIT;
}
-/* Return the size and alignment of a trampoline. */
-
-void
-go_trampoline_info (unsigned int *size, unsigned int *alignment)
-{
- *size = TRAMPOLINE_SIZE;
- *alignment = TRAMPOLINE_ALIGNMENT;
-}
-
/* This is called by the Go frontend proper if the unsafe package was
imported. When that happens we can not do type-based alias
analysis. */