summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-08-18 13:22:44 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-08-18 13:22:44 +0200
commit299fc4a646961edec9658e641f14e83922f2d753 (patch)
treea5214fdad2854cd6fcb21c56246b7c033293a2a2 /storage
parent38f5a0ba1768469f848eb88b8d634e40e6e63dbb (diff)
Inlining of xxhash is decided globally.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
index a711b29f7a4..4df2b5e591b 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
@@ -14,11 +14,6 @@
#include <vespa/storageapi/message/stat.h>
#include <vespa/vespalib/stllike/hash_map.hpp>
#include <vespa/vespalib/util/exceptions.h>
-#ifndef XXH_NO_INLINE_ALL
-#ifndef XXH_INLINE_ALL
-# define XXH_INLINE_ALL // Let XXH64 be inlined for fixed hash size (bucket ID)
-#endif
-#endif
#include <xxhash.h>
#include <vespa/log/log.h>