Remove redundant build-tags

Files that are suffixed with `_linux.go` or `_windows.go` are
already only built on Linux / Windows, so these build-tags
were redundant.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-12-18 17:41:53 +01:00
parent 1589cc0a85
commit 6ed1163c98
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
41 changed files with 0 additions and 82 deletions

View File

@ -1,5 +1,3 @@
// +build linux
package main
import systemdDaemon "github.com/coreos/go-systemd/daemon"

View File

@ -1,5 +1,3 @@
// +build windows
package container
import (

View File

@ -1,5 +1,3 @@
// +build windows
package daemon
import (

View File

@ -1,5 +1,3 @@
// +build linux
package daemon
func configsSupported() bool {

View File

@ -1,5 +1,3 @@
// +build windows
package daemon
func configsSupported() bool {

View File

@ -1,5 +1,3 @@
//+build windows
package daemon
import (

View File

@ -1,5 +1,3 @@
// +build linux
package graphdriver
import (

View File

@ -1,5 +1,3 @@
// +build linux
package vfs
import "github.com/docker/docker/daemon/graphdriver/copy"

View File

@ -1,5 +1,3 @@
// +build linux
package vfs
import "github.com/docker/docker/daemon/graphdriver/quota"

View File

@ -1,5 +1,3 @@
// +build windows
package initlayer
import (

View File

@ -1,5 +1,3 @@
// +build linux
package gcplogs
import (

View File

@ -1,5 +1,3 @@
// +build linux
package daemon
func secretsSupported() bool {

View File

@ -1,5 +1,3 @@
// +build windows
package daemon
func secretsSupported() bool {

View File

@ -1,5 +1,3 @@
// +build linux
package daemon
import "github.com/opencontainers/selinux/go-selinux"

View File

@ -1,5 +1,3 @@
// +build windows
package stats
// platformNewStatsCollector performs platform specific initialisation of the

View File

@ -1,5 +1,3 @@
// +build windows
package daemon
import (

View File

@ -1,5 +1,3 @@
// +build windows
package distribution
import (

View File

@ -1,5 +1,3 @@
// +build windows
package opts
// DefaultHost constant defines the default host string used by docker on Windows

View File

@ -1,5 +1,3 @@
// +build windows
package archive
import (

View File

@ -1,5 +1,3 @@
// +build windows
package directory
import (

View File

@ -1,5 +1,3 @@
// +build linux
package dmesg
import (

View File

@ -1,5 +1,3 @@
// +build linux
package fsutils
import (

View File

@ -1,5 +1,3 @@
// +build linux
package homedir
import (

View File

@ -1,5 +1,3 @@
// +build windows
package idtools
import (

View File

@ -1,5 +1,3 @@
// +build windows
package ioutils
import (

View File

@ -1,5 +1,3 @@
// +build linux
package mount
import (

View File

@ -1,5 +1,3 @@
// +build linux
package mount
// MakeShared ensures a mounted filesystem has the SHARED mount option enabled.

View File

@ -1,5 +1,3 @@
// +build windows
package kernel
import (

View File

@ -1,5 +1,3 @@
// +build linux
package reexec
import (

View File

@ -1,5 +1,3 @@
// +build windows
package reexec
import (

View File

@ -1,5 +1,3 @@
// +build windows
package signal
import (

View File

@ -1,5 +1,3 @@
// +build linux
package sysinfo
import (

View File

@ -1,5 +1,3 @@
// +build windows
package sysinfo
import (

View File

@ -1,5 +1,3 @@
// +build windows
package sysinfo
// New returns an empty SysInfo for windows for now.

View File

@ -1,5 +1,3 @@
// +build windows
package system
import (

View File

@ -1,5 +1,3 @@
// +build windows
package system
import (

View File

@ -1,5 +1,3 @@
// +build windows
package system
// Mknod is not implemented on Windows.

View File

@ -1,5 +1,3 @@
// +build windows
package system
// Umask is not supported on the windows platform.

View File

@ -1,5 +1,3 @@
// +build windows
package term
import (

View File

@ -1,5 +1,3 @@
// +build linux
package plugin
import (

View File

@ -1,5 +1,3 @@
// +build linux
package v2
import (