Skip to content

Commit

Permalink
Remove Path struct which is unused/deadcode
Browse files Browse the repository at this point in the history
Signed-off-by: Humble Chirammal <[email protected]>
  • Loading branch information
humblec committed Dec 9, 2021
1 parent 10c3ea3 commit 83ee4c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iscsi/multipath.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import (
"time"
)

type path struct {
Device string `json:"dev"`
}

// ExecWithTimeout execute a command with a timeout and returns an error if timeout is excedeed
func ExecWithTimeout(command string, args []string, timeout time.Duration) ([]byte, error) {
debug.Printf("Executing command '%v' with args: '%v'.\n", command, args)
Expand Down

0 comments on commit 83ee4c4

Please sign in to comment.