Remove unused OutputType::ThinLinkBitcode
This commit is contained in:
parent
da50297a6e
commit
a897cc0351
3 changed files with 2 additions and 16 deletions
|
@ -630,9 +630,6 @@ fn produce_final_output_artifacts(
|
|||
// them for making an rlib.
|
||||
copy_if_one_unit(OutputType::Bitcode, true);
|
||||
}
|
||||
OutputType::ThinBitcode => {
|
||||
copy_if_one_unit(OutputType::ThinBitcode, true);
|
||||
}
|
||||
OutputType::ThinLinkBitcode => {
|
||||
copy_if_one_unit(OutputType::ThinLinkBitcode, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue