Skip to content

Commit

Permalink
Merge pull request machine-drivers#35 from guillaumerose/cleanup
Browse files Browse the repository at this point in the history
Remove code not useful for crc
  • Loading branch information
praveenkumar authored Aug 10, 2020
2 parents c31e0b9 + 7cb914b commit d2e7f5b
Show file tree
Hide file tree
Showing 56 changed files with 59 additions and 5,046 deletions.
13 changes: 0 additions & 13 deletions drivers/driverutil/util.go

This file was deleted.

25 changes: 0 additions & 25 deletions drivers/driverutil/util_test.go

This file was deleted.

4 changes: 2 additions & 2 deletions drivers/errdriver/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ func (e NotLoadable) Error() string {
return fmt.Sprintf("Driver %q not found. Do you have the plugin binary accessible in your PATH?", e.Name)
}

func NewDriver(Name string) drivers.Driver {
func NewDriver(name string) drivers.Driver {
return &Driver{
Name: Name,
Name: name,
}
}

Expand Down
196 changes: 0 additions & 196 deletions drivers/generic/generic.go

This file was deleted.

26 changes: 0 additions & 26 deletions drivers/generic/generic_test.go

This file was deleted.

71 changes: 0 additions & 71 deletions drivers/hyperv/hyperv_test.go

This file was deleted.

36 changes: 0 additions & 36 deletions drivers/virtualbox/ip.go

This file was deleted.

Loading

0 comments on commit d2e7f5b

Please sign in to comment.