aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/transactionlogstress/translogstress.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-02-23 12:50:39 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-02-23 12:50:39 +0000
commitfe0e2b8bee620b55ee04a80d00f25761d6fe1b45 (patch)
tree61c374ac5599f229a7ac8978c683bfed0b374ce3 /searchlib/src/tests/transactionlogstress/translogstress.cpp
parentf66f816102ce0a7c3aaba72d1db61a83157259ed (diff)
stop using fastos thread in searchlib
Diffstat (limited to 'searchlib/src/tests/transactionlogstress/translogstress.cpp')
-rw-r--r--searchlib/src/tests/transactionlogstress/translogstress.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/transactionlogstress/translogstress.cpp b/searchlib/src/tests/transactionlogstress/translogstress.cpp
index 14a66c71c18..124eb39e84b 100644
--- a/searchlib/src/tests/transactionlogstress/translogstress.cpp
+++ b/searchlib/src/tests/transactionlogstress/translogstress.cpp
@@ -12,7 +12,6 @@
#include <sstream>
#include <thread>
#include <unistd.h>
-#include <vespa/fastos/thread.h>
#include <vespa/log/log.h>
#include <vespa/vespalib/util/time.h>