aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/path_unix.go')
-rw-r--r--src/os/path_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os/path_unix.go b/src/os/path_unix.go
index 1c80fa91f8..062c07c91e 100644
--- a/src/os/path_unix.go
+++ b/src/os/path_unix.go
@@ -69,7 +69,3 @@ func splitPath(path string) (string, string) {
return dirname, basename
}
-
-func volumeName(p string) string {
- return ""
-}