summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-06-08 07:37:51 +0200
committerJakob Borg <jakob@nym.se>2014-06-08 07:37:51 +0200
commit92499af323d861576d077c24dd41dcd80a1132c0 (patch)
tree2794c45ac5c61ce6eaf1edb2a0cf07bdafbd8f71 /cmd
parentb2988cdd3501802582d7836d3afbbbdb61d7ea90 (diff)
Revert "Build for Solaris"
Diffstat (limited to 'cmd')
-rw-r--r--cmd/syncthing/upgrade.go2
-rw-r--r--cmd/syncthing/upgrade_solaris.go7
2 files changed, 0 insertions, 9 deletions
diff --git a/cmd/syncthing/upgrade.go b/cmd/syncthing/upgrade.go
index 6b09f85331..2ac2843b57 100644
--- a/cmd/syncthing/upgrade.go
+++ b/cmd/syncthing/upgrade.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
-// +build !solaris
-
package main
import (
diff --git a/cmd/syncthing/upgrade_solaris.go b/cmd/syncthing/upgrade_solaris.go
deleted file mode 100644
index 0df2d0e2f6..0000000000
--- a/cmd/syncthing/upgrade_solaris.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package main
-
-import "errors"
-
-func upgrade() error {
- return errors.New("Upgrade currently unsupported on Solaris")
-}