summaryrefslogtreecommitdiff
path: root/validate.go
diff options
context:
space:
mode:
Diffstat (limited to 'validate.go')
-rw-r--r--validate.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/validate.go b/validate.go
index 8f0f948..284bde3 100644
--- a/validate.go
+++ b/validate.go
@@ -195,7 +195,6 @@ func getNewMac() string {
log.Info("using new MAC:", mac)
return mac
}
- return ""
}
// consistancy check. run on a regular basis
@@ -405,6 +404,4 @@ func setUniqueSpicePort(check *pb.Droplet) error {
return nil
}
- // for loop never gets here
- return nil
}