all: remove deadcode (#2952)

This commit is contained in:
Kristoffer Dalby 2025-12-10 15:55:15 +01:00 committed by GitHub
parent f3f2d30004
commit 0e1673041c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 3 additions and 301 deletions

View file

@ -29,9 +29,6 @@ const (
// of length. Then that many bytes of JSON-encoded tailcfg.EarlyNoise.
// The early payload is optional. Some servers may not send it... But we do!
earlyPayloadMagic = "\xff\xff\xffTS"
// EarlyNoise was added in protocol version 49.
earlyNoiseCapabilityVersion = 49
)
type noiseServer struct {