Remove mismatched #endif.

PiperOrigin-RevId: 306345559
This commit is contained in:
Victor Costan 2020-04-14 00:37:10 +00:00
parent 041c608086
commit 4f195aee43
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ inline void UNALIGNED_STORE64(void *p, uint64_t v) {
std::memcpy(p, &v, sizeof(v));
}
#endif
// Convert to little-endian storage, opposite of network format.
// Convert x from host to little endian: x = LittleEndian.FromHost(x);
// convert x from little endian to host: x = LittleEndian.ToHost(x);