aboutsummaryrefslogtreecommitdiff
path: root/src/lookup3.h
diff options
context:
space:
mode:
authorOleg Efimov <efimovov@gmail.com>2014-05-05 15:40:41 +0400
committerOleg Efimov <efimovov@gmail.com>2014-05-05 15:40:41 +0400
commit541cdf5960efe7b06c87bf93344d38f0f924fab1 (patch)
treeaf092bae6ab197012bb94d38c889425b77f620c3 /src/lookup3.h
parentfc6e314498183def435360df069beee1ce1b8d95 (diff)
downloadjansson-541cdf5960efe7b06c87bf93344d38f0f924fab1.zip
jansson-541cdf5960efe7b06c87bf93344d38f0f924fab1.tar.gz
jansson-541cdf5960efe7b06c87bf93344d38f0f924fab1.tar.bz2
Remove unneeded undef
Diffstat (limited to 'src/lookup3.h')
-rw-r--r--src/lookup3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lookup3.h b/src/lookup3.h
index 3c6a1ce..522a41a 100644
--- a/src/lookup3.h
+++ b/src/lookup3.h
@@ -286,10 +286,6 @@ static uint32_t hashlittle(const void *key, size_t length, uint32_t initval)
#endif /* !valgrind */
-#ifdef NO_MASKING_TRICK
-# undef NO_MASKING_TRICK
-#endif
-
} else if (HASH_LITTLE_ENDIAN && ((u.i & 0x1) == 0)) {
const uint16_t *k = (const uint16_t *)key; /* read 16-bit chunks */
const uint8_t *k8;