Merge pull request #1440 from michael-holzheu/PR-s390x-remove-netlink_deprecated_linux_s390x

Revert "add s390x arch build info at the netlink_deprecated_linux bri…
This commit is contained in:
Madhu Venugopal
2016-09-09 09:26:32 -07:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
// +build !arm,!ppc64,!ppc64le,!s390x
// +build !arm,!ppc64,!ppc64le
package bridge

View File

@@ -1,7 +0,0 @@
// +build s390x
package bridge
func ifrDataByte(b byte) uint8 {
return uint8(b)
}