aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/panic.c')
-rw-r--r--src/pkg/runtime/panic.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/pkg/runtime/panic.c b/src/pkg/runtime/panic.c
index bc685398a6..d0284f9c20 100644
--- a/src/pkg/runtime/panic.c
+++ b/src/pkg/runtime/panic.c
@@ -460,18 +460,6 @@ runtime·dopanic(int32 unused)
}
void
-runtime·panicindex(void)
-{
- runtime·panicstring("index out of range");
-}
-
-void
-runtime·panicslice(void)
-{
- runtime·panicstring("slice bounds out of range");
-}
-
-void
runtime·throwreturn(void)
{
// can only happen if compiler is broken