Remove the unneeded build tag from the config_linux.go

config_linux.go already has the "_linux" for the go build,
so the build tag in the file is redundant.

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan 2015-09-16 16:42:23 +08:00
parent dca1dfdd92
commit b592de9399
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
// +build linux
package specs
// LinuxSpec is the full specification for linux containers.