wgengine/magicsock: delete unused stuff

Updates tailscale/corp#13464

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2023-07-26 11:24:01 -07:00
committed by Dave Anderson
parent 9edb848505
commit c2831f6614
4 changed files with 0 additions and 65 deletions

View File

@ -31,10 +31,6 @@ func getGSOSizeFromControl(control []byte) (int, error) {
func setGSOSizeInControl(control *[]byte, gso uint16) {}
func errShouldDisableOffload(err error) bool {
return false
}
const (
controlMessageSize = 0
)