From 5974421e7746b3ef9fc80b19414f7ea0f97801eb Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 8 Jul 2024 13:01:14 -0500 Subject: [PATCH] Update xprof/xprof.rb.in --- xprof/xprof.rb.in | 1 - 1 file changed, 1 deletion(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index f2ef6bf7..e66015e4 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -370,7 +370,6 @@ def env_tracers h['LTTNG_UST_ALLOW_BLOCKING'] = 1 # Customization h['LTTNG_UST_ZE_PARANOID_DRIFT'] = 1 if OPTIONS[:'backend-names'].include?('ze') && OPTIONS[:profile] - if OPTIONS[:'backend-names'].include?('omp') backends << 'omp' h['OMP_TOOL_LIBRARIES'] = File.join(LIBDIR, 'libTracerOMPT.so')