From ab3d66f5a4f24fc19c4215fcfb687cec5c379447 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 5 Aug 2019 00:41:56 +0300 Subject: [PATCH] Revert "Adding Geom to FIXMEModules" This reverts commit 078f868a9971a6eb815ac0db2fa7cacb895c8d25. --- core/metacling/src/TCling.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metacling/src/TCling.cxx b/core/metacling/src/TCling.cxx index 507fa046d02f4..ff0a1eded9bf7 100644 --- a/core/metacling/src/TCling.cxx +++ b/core/metacling/src/TCling.cxx @@ -1172,7 +1172,7 @@ static void RegisterCommonCxxModules(cling::Interpreter &clingInterp) LoadModules(CommonModules, clingInterp); // These modules should not be preloaded but they fix issues. - std::vector FIXMEModules = {"Hist", "Gpad", "Graf", "GenVector", "ROOTDataFrame", "Geom"}; + std::vector FIXMEModules = {"Hist", "Gpad", "Graf", "GenVector", "ROOTDataFrame"}; LoadModules(FIXMEModules, clingInterp); loadGlobalModuleIndex(SourceLocation(), clingInterp);