Remove unused QuicPacketCreator::SerializeVersionNegotiationPacket

I suspect that this code has been unused since we removed in-connection version negotiation. I've confirmed this isn't used in Chrome either.

PiperOrigin-RevId: 338718495
Change-Id: If45349626dd7d11c2c31aa08829b95f7804e5fdf
3 files changed
tree: 207a62d5dc538ab1c0c74d3e477eb6ab03be353e
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.