Skip to content

Commit bf53f69

Browse files
committed
Auto merge of #3523 - JohnTitor:rm-psp, r=JohnTitor
Remove PSP-related code Removes the support to avoid some concerns. For users: If you depend on the source here, please create a separate crate and use it instead. Sorry for the inconvenience.
2 parents 72093f3 + 62d6920 commit bf53f69

File tree

4 files changed

+0
-4185
lines changed

4 files changed

+0
-4185
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ targets = [
6767
"mips64-unknown-linux-muslabi64",
6868
"mips64el-unknown-linux-gnuabi64",
6969
"mips64el-unknown-linux-muslabi64",
70-
"mipsel-sony-psp",
7170
"mipsel-unknown-linux-gnu",
7271
"mipsel-unknown-linux-musl",
7372
"nvptx64-nvidia-cuda",

ci/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ mips64el-unknown-linux-gnuabi64 \
238238
mips64el-unknown-linux-muslabi64 \
239239
mipsel-unknown-linux-gnu \
240240
mipsel-unknown-linux-musl \
241-
mipsel-sony-psp \
242241
nvptx64-nvidia-cuda \
243242
powerpc-unknown-linux-gnuspe \
244243
powerpc-unknown-netbsd \

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ cfg_if! {
105105

106106
mod switch;
107107
pub use switch::*;
108-
} else if #[cfg(target_os = "psp")] {
109-
mod fixed_width_ints;
110-
pub use fixed_width_ints::*;
111-
112-
mod psp;
113-
pub use psp::*;
114108
} else if #[cfg(target_os = "vxworks")] {
115109
mod fixed_width_ints;
116110
pub use fixed_width_ints::*;

0 commit comments

Comments
 (0)