summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2020-04-14 00:37:10 +0000
committerVictor Costan <costan@google.com>2020-04-14 00:38:04 +0000
commit4f195aee43abf1321c50094dfcba5d914a4aad72 (patch)
tree52a9fcd4bcad829d5f582deda04757de06b6affc
parent041c608086d00ceb8285b91f034cfa8b84c83d7c (diff)
downloadsnappy-git-4f195aee43abf1321c50094dfcba5d914a4aad72.tar.gz
Remove mismatched #endif.
PiperOrigin-RevId: 306345559
-rw-r--r--snappy-stubs-internal.h2
1 files changed, 0 insertions, 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);