Remove QuicheMakeUnique.

This platformized function was added as a first step of the future transition of
merging http2, spdy, and quic platforms, but has never been used, and never will
be with the recent removal of Http2MakeUnique, SpdyMakeUnique, and
QuicMakeUnique.

PiperOrigin-RevId: 278622060
Change-Id: I2b210643cb0f111663b2de27e4e99c50600de539
2 files changed
tree: 089fe490386d9c7a98e33dda43e98a81ae850216
  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.