diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 14:47:21 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 16:02:19 +0000 |
| commit | 382e4031c28c3603fb279378f247f675e370291d (patch) | |
| tree | 798d03c7963fd4a7b998994e6eac6e37c6e4fefa /compiler/rustc_middle/src/mir/mono.rs | |
| parent | 550e035a5943f7beb5dee71e005aeba1e33ff28e (diff) | |
| download | rust-382e4031c28c3603fb279378f247f675e370291d.tar.gz rust-382e4031c28c3603fb279378f247f675e370291d.zip | |
Remove Linkage::Private
This is the same as Linkage::Internal except that it doesn't emit any symbol. Some backends may not support it and it isn't all that useful anyway.
Diffstat (limited to 'compiler/rustc_middle/src/mir/mono.rs')
| -rw-r--r-- | compiler/rustc_middle/src/mir/mono.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/mir/mono.rs b/compiler/rustc_middle/src/mir/mono.rs index 75931956310..cc39ba9776b 100644 --- a/compiler/rustc_middle/src/mir/mono.rs +++ b/compiler/rustc_middle/src/mir/mono.rs @@ -329,7 +329,6 @@ pub enum Linkage { WeakODR, Appending, Internal, - Private, ExternalWeak, Common, } |
