From 4f195aee43abf1321c50094dfcba5d914a4aad72 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Tue, 14 Apr 2020 00:37:10 +0000 Subject: [PATCH] Remove mismatched #endif. PiperOrigin-RevId: 306345559 --- snappy-stubs-internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/snappy-stubs-internal.h b/snappy-stubs-internal.h index ba26146..2a7af30 100644 --- a/snappy-stubs-internal.h +++ b/snappy-stubs-internal.h @@ -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);