aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_amd64.s
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-07-11 19:40:03 -0700
committerRob Pike <r@golang.org>2008-07-11 19:40:03 -0700
commitb07e084a99261b2b3f0ed5189e2cd240e08d3a15 (patch)
tree9a325f69b08b7cf1df2054746e147c62c7669bc4 /src/runtime/rt0_amd64.s
parentc8bce425b028fad30091d9b1b92a8a9725b61e61 (diff)
downloadgo-b07e084a99261b2b3f0ed5189e2cd240e08d3a15.tar.xz
delete dead code
SVN=126932
Diffstat (limited to 'src/runtime/rt0_amd64.s')
-rw-r--r--src/runtime/rt0_amd64.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/runtime/rt0_amd64.s b/src/runtime/rt0_amd64.s
index 1a4e8d5a01..d6dba02864 100644
--- a/src/runtime/rt0_amd64.s
+++ b/src/runtime/rt0_amd64.s
@@ -50,14 +50,6 @@ TEXT sys·breakpoint(SB),7,$-8
BYTE $0xcc
RET
-TEXT _morestack(SB), 7, $-8
- BYTE $0xcc
- RET
-
-// marker. must be here; used by traceback() to discover calls to _morestack
-TEXT _endmorestack(SB), 7, $-8
- RET
-
TEXT FLUSH(SB),7,$-8
RET