summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@verizonmedia.com>2020-03-27 20:35:41 +0000
committerHenning Baldersheim <balder@verizonmedia.com>2020-03-27 20:35:41 +0000
commit0a73974b9be52b966775357021559163b5f6f52f (patch)
tree2d2ba7affe1e65f70ba17ebba055272435580d4c /vespalib
parent7fce3a5001d93bdfe6b8d6db6e76621552795c51 (diff)
No mentioning of defines here.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/stllike/lookup_benchmark.cpp1
-rw-r--r--vespalib/src/vespa/vespalib/stllike/hash_fun.cpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/vespalib/src/tests/stllike/lookup_benchmark.cpp b/vespalib/src/tests/stllike/lookup_benchmark.cpp
index dd9f0a7c3e4..b3ce8c29a18 100644
--- a/vespalib/src/tests/stllike/lookup_benchmark.cpp
+++ b/vespalib/src/tests/stllike/lookup_benchmark.cpp
@@ -5,7 +5,6 @@
#include <set>
#include <unordered_set>
#include <vector>
-#define XXH_INLINE_ALL
#include <xxhash.h>
#include <vespa/vespalib/stllike/hash_set.hpp>
#include <vespa/vespalib/stllike/hash_map.hpp>
diff --git a/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp b/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp
index 0cb07e68a74..5f4fee06c4a 100644
--- a/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp
+++ b/vespalib/src/vespa/vespalib/stllike/hash_fun.cpp
@@ -1,9 +1,6 @@
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "hash_fun.h"
-
-// Enable inliining when we have xxhash 0.7.3 on all platforms
-// #define XXH_INLINE_ALL
#include <xxhash.h>
namespace vespalib {