Skip to content
Prev Previous commit
Next Next commit
Remove obsolete comment.
  • Loading branch information
vgvassilev committed Nov 28, 2017
commit 271a00400336d8d652abe60f3f5c4a2f0e5dc861
1 change: 0 additions & 1 deletion core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,6 @@ static bool LoadModule(const std::string &ModuleName, cling::Interpreter &interp
cling::Transaction* T = nullptr;
interp.declare("/*This is decl is to get a valid sloc...*/;", &T);
SourceLocation ValidLoc = T->decls_begin()->m_DGR.getSingleDecl()->getLocStart();
// CreateImplicitModuleImportNoInit creates decls.
cling::Interpreter::PushTransactionRAII RAII(&interp);
if (clang::Module *M = moduleMap.findModule(ModuleName)) {
clang::IdentifierInfo *II = PP.getIdentifierInfo(M->Name);
Expand Down