diff --git a/core/metacling/src/TCling.cxx b/core/metacling/src/TCling.cxx index 507fa046d02f4f..ff0a1eded9bf7b 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);