aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime.go')
-rw-r--r--src/runtime/runtime.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/runtime.go b/src/runtime/runtime.go
index 0f660038fb..6d32de2a4f 100644
--- a/src/runtime/runtime.go
+++ b/src/runtime/runtime.go
@@ -43,10 +43,6 @@ func tickspersecond() int64 {
return r
}
-func makeStringSlice(n int) []string {
- return make([]string, n)
-}
-
var envs []string
var argslice []string