commit | 600fdf9b6b54c852c9bf0821e149bc38f01ce367 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Mar 24 10:24:22 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 24 10:25:16 2021 -0700 |
tree | be0b06c1064f2e46a96d001e7c06e63250f17fef | |
parent | 38139f22bfe9015d6545c577a8043f4de620760e [diff] |
Remove unused HostIsLittleEndian(), fix comment. QUICHE only supports little endian platforms, as stated in README.md: https://quiche.googlesource.com/quiche/+/refs/heads/master/README.md PiperOrigin-RevId: 364833826 Change-Id: Iace2d7cea2910f0dcdaec7daec4cfa7989e0baed
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.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.