summaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/service.cpp')
-rw-r--r--configd/src/apps/sentinel/service.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/configd/src/apps/sentinel/service.cpp b/configd/src/apps/sentinel/service.cpp
index c535d4442ee..5701d4b70e8 100644
--- a/configd/src/apps/sentinel/service.cpp
+++ b/configd/src/apps/sentinel/service.cpp
@@ -325,9 +325,6 @@ Service::runChild()
if (_config->affinity.cpuSocket >= 0) {
setenv("VESPA_AFFINITY_CPU_SOCKET", std::to_string(_config->affinity.cpuSocket).c_str(), 1);
}
- if (_config->command.find("proton") != vespalib::string::npos) {
- setenv("OMP_NUM_THREADS", "1", 1);
- }
// ROOT is already set
// Set up file descriptor 0 (1 and 2 should be setup already)