aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-caller.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/runtime/go-caller.c')
-rw-r--r--libgo/runtime/go-caller.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libgo/runtime/go-caller.c b/libgo/runtime/go-caller.c
index 7f36955..9d22f9f 100644
--- a/libgo/runtime/go-caller.c
+++ b/libgo/runtime/go-caller.c
@@ -210,17 +210,6 @@ Caller (int skip)
/* Look up the function name, file name, and line number for a PC. */
struct funcfileline_return
-{
- String retfn;
- String retfile;
- intgo retline;
-};
-
-struct funcfileline_return
-runtime_funcfileline (uintptr targetpc, int32 index)
- __asm__ (GOSYM_PREFIX "runtime.funcfileline");
-
-struct funcfileline_return
runtime_funcfileline (uintptr targetpc, int32 index)
{
struct funcfileline_return ret;