Adapt to updated forgetDecl signature

The GlobalDecl parameter wasn't used since quite some time.
This commit is contained in:
Jonas Hahnfeld 2023-07-11 16:52:29 +02:00 committed by jenkins
parent 826478d826
commit 6960639412

View File

@ -951,7 +951,7 @@ namespace cling {
}
}
// DeferredDecls exist even without Module.
m_CodeGen->forgetDecl(GD, mangledName);
m_CodeGen->forgetDecl(mangledName);
}
}