Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviper

Remove references to PassManagerBuilder

This is a legacy PM concept that we no longer use.
This commit is contained in:
Matthias Krüger 2023-03-07 19:57:46 +01:00 committed by GitHub
commit 85c475a839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -640,9 +640,6 @@ extern "C" {
pub struct Builder<'a>(InvariantOpaque<'a>);
#[repr(C)]
pub struct PassManager<'a>(InvariantOpaque<'a>);
extern "C" {
pub type PassManagerBuilder;
}
extern "C" {
pub type Pass;
}