Fix build for upgrade-unsupported platforms

This commit is contained in:
Jakob Borg
2014-07-31 11:47:00 +02:00
parent 4566690617
commit 144a881ae5
3 changed files with 7 additions and 14 deletions

View File

@@ -2,10 +2,6 @@
package main
import "errors"
var errUpgradeUnsupported = errors.New("Automatic upgrade not supported")
func upgrade() error {
return errUpgradeUnsupported
}