diff --git a/benchmarks/far_forward/scripts/print_far_forward_protons.cxx b/benchmarks/far_forward/scripts/print_far_forward_protons.cxx index a16aed26d1561042c8fa4d66e716a74b2a2c1e3b..0fbbf60f500cc2cbdd1bb35e45ff4b0297ea9dc0 100644 --- a/benchmarks/far_forward/scripts/print_far_forward_protons.cxx +++ b/benchmarks/far_forward/scripts/print_far_forward_protons.cxx @@ -19,7 +19,6 @@ using namespace ROOT::VecOps; int print_far_forward_protons(const char* fname = "topside/rec_far_forward_protons.root") { - ROOT::EnableImplicitMT(); ROOT::RDataFrame df("events", fname); auto df0 = df.Range(10);