summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/etc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/etc.go')
-rw-r--r--vendor/modernc.org/libc/etc.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/etc.go b/vendor/modernc.org/libc/etc.go
index db01023dd..4b71ca3b7 100644
--- a/vendor/modernc.org/libc/etc.go
+++ b/vendor/modernc.org/libc/etc.go
@@ -13,7 +13,6 @@ import (
"path/filepath"
"reflect"
"runtime"
- "runtime/debug"
"sort"
"strconv"
"strings"
@@ -99,7 +98,6 @@ func todo(s string, args ...interface{}) string { //TODO-
dmesg("%s", r)
}
fmt.Fprintf(os.Stdout, "%s\n", r)
- fmt.Fprintf(os.Stdout, "%s\n", debug.Stack()) //TODO-
os.Stdout.Sync()
os.Exit(1)
panic("unrechable")