summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp')
-rw-r--r--searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp b/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
index ea2d2de8b41..2f054843dd3 100644
--- a/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
+++ b/searchcore/src/vespa/searchcore/proton/common/hw_info_sampler.cpp
@@ -165,16 +165,3 @@ HwInfoSampler::sampleDiskWriteSpeed(const vespalib::string &path, const Config &
}
}
-
-#ifdef RHEL_8_2_KLUDGE
-
-// Kludge to avoid unresolved symbols with gcc-toolset-9 on RHEL 8.2
-#include <codecvt>
-
-namespace std {
-
-template class codecvt_utf8<wchar_t>;
-
-}
-
-#endif