1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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
commit 8568641500
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)
}