File tree Expand file tree Collapse file tree 4 files changed +0
-4185
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4185
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ mips64el-unknown-linux-gnuabi64 \
238238mips64el-unknown-linux-muslabi64 \
239239mipsel-unknown-linux-gnu \
240240mipsel-unknown-linux-musl \
241- mipsel-sony-psp \
242241nvptx64-nvidia-cuda \
243242powerpc-unknown-linux-gnuspe \
244243powerpc-unknown-netbsd \
Original file line number Diff line number Diff 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:: * ;
You can’t perform that action at this time.
0 commit comments