summaryrefslogtreecommitdiff
path: root/src/pkg/os/sys_solaris.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/os/sys_solaris.go')
-rw-r--r--src/pkg/os/sys_solaris.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pkg/os/sys_solaris.go b/src/pkg/os/sys_solaris.go
deleted file mode 100644
index 917e8f2b0..000000000
--- a/src/pkg/os/sys_solaris.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2013 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package os
-
-import "syscall"
-
-func hostname() (name string, err error) {
- return syscall.Gethostname()
-}