summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-03 20:40:41 +0200
committerGitHub <noreply@github.com>2020-10-03 20:40:41 +0200
commit6c1766c93bc42e2d4129e73a85ac510498893b24 (patch)
treec6896fbbb970099f862146544361cbf3d604dc30
parentf8dfd639931905a9d6dae95f5b4e0ae812042117 (diff)
parent26e5f94bbf1d7eef826820d55eb4a7f97aed205d (diff)
Merge pull request #14693 from vespa-engine/toregge/stop-forward-declaring-std-thread
Don't forward declare std::thread.
-rw-r--r--searchlib/src/vespa/searchlib/transactionlog/translogserver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/transactionlog/translogserver.h b/searchlib/src/vespa/searchlib/transactionlog/translogserver.h
index 1c18d53e45c..37133615c1e 100644
--- a/searchlib/src/vespa/searchlib/transactionlog/translogserver.h
+++ b/searchlib/src/vespa/searchlib/transactionlog/translogserver.h
@@ -11,7 +11,6 @@
class FRT_Supervisor;
class FNET_Transport;
-namespace std {class thread; }
namespace search::common { class FileHeaderContext; }
namespace search::transactionlog {