Remove solaris build tag and `contrib/mkimage/solaris

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 4785f1a7ab7ec857dc3ca849ee6ecadf519ef30e
Component: engine
This commit is contained in:
Yong Tang
2017-11-02 00:01:46 +00:00
parent 7559d4940b
commit eefbd135ae
61 changed files with 51 additions and 172 deletions
@@ -1,8 +1,8 @@
// +build !linux,!solaris,!windows
// +build !linux,!windows
package sysinfo
// New returns an empty SysInfo for non linux nor solaris for now.
// New returns an empty SysInfo for non linux for now.
func New(quiet bool) *SysInfo {
sysInfo := &SysInfo{}
return sysInfo