Adapt to updated forgetDecl signature
The GlobalDecl parameter wasn't used since quite some time.
This commit is contained in:
parent
826478d826
commit
6960639412
@ -951,7 +951,7 @@ namespace cling {
|
||||
}
|
||||
}
|
||||
// DeferredDecls exist even without Module.
|
||||
m_CodeGen->forgetDecl(GD, mangledName);
|
||||
m_CodeGen->forgetDecl(mangledName);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user