Skip to content

Commit 596fab7

Browse files
committed
Remove linuxkernel targets
These are not used by the actual Rust-for-Linux project, so they're mostly just confusing.
1 parent 0f403da commit 596fab7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unwind/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cfg_if::cfg_if! {
1515
target_os = "espidf",
1616
))] {
1717
// These "unix" family members do not have unwinder.
18-
// Note this also matches x86_64-unknown-none-linuxkernel.
1918
} else if #[cfg(any(
2019
unix,
2120
windows,

0 commit comments

Comments
 (0)