Skip to content

Commit ab0a8cf

Browse files
committed
Remove old function that is now unused
1 parent 85ab17f commit ab0a8cf

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

pkg/drivers/vmware/vmware.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,3 @@ func SetUmask() {
3838
func setVmwareCmd(cmd string) string {
3939
return ""
4040
}
41-
42-
func getShareDriveAndName() (string, string, string) {
43-
return "", "", ""
44-
}

pkg/drivers/vmware/vmware_darwin.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ func setVmwareCmd(cmd string) string {
5151
}
5252
return cmd
5353
}
54-
55-
func getShareDriveAndName() (string, string, string) {
56-
return "Users", "/Users", "/hosthome"
57-
}

pkg/drivers/vmware/vmware_windows.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,3 @@ func setVmwareCmd(cmd string) string {
6868
windowsInstallDir := value
6969
return filepath.Join(windowsInstallDir, cmd)
7070
}
71-
72-
func getShareDriveAndName() (string, string, string) {
73-
return "Users", os.Getenv("PUBLIC"), "/hosthome"
74-
}

0 commit comments

Comments
 (0)