aboutsummaryrefslogtreecommitdiffstats
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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/configd/src/apps/sentinel/service.cpp b/configd/src/apps/sentinel/service.cpp
index 5bfe4ebd3f4..5701d4b70e8 100644
--- a/configd/src/apps/sentinel/service.cpp
+++ b/configd/src/apps/sentinel/service.cpp
@@ -325,7 +325,6 @@ Service::runChild()
if (_config->affinity.cpuSocket >= 0) {
setenv("VESPA_AFFINITY_CPU_SOCKET", std::to_string(_config->affinity.cpuSocket).c_str(), 1);
}
- setenv("OMP_NUM_THREADS", "1", 1);
// ROOT is already set
// Set up file descriptor 0 (1 and 2 should be setup already)