Skip to content

Commit fb11c7a

Browse files
committed
Removed BOTHER const from powerpc and powerpc64
1 parent 43e8557 commit fb11c7a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/unix/notbsd/linux/other/b32/powerpc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ pub const B2500000: ::speed_t = 0o0033;
172172
pub const B3000000: ::speed_t = 0o0034;
173173
pub const B3500000: ::speed_t = 0o0035;
174174
pub const B4000000: ::speed_t = 0o0036;
175-
pub const BOTHER: ::speed_t = 0o0037;
176175

177176
pub const VEOL: usize = 6;
178177
pub const VEOL2: usize = 8;

src/unix/notbsd/linux/other/b64/powerpc64.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ pub const B2500000: ::speed_t = 0o0033;
380380
pub const B3000000: ::speed_t = 0o0034;
381381
pub const B3500000: ::speed_t = 0o0035;
382382
pub const B4000000: ::speed_t = 0o0036;
383-
pub const BOTHER: ::speed_t = 0o0037;
384383

385384
pub const VEOL: usize = 6;
386385
pub const VEOL2: usize = 8;

0 commit comments

Comments
 (0)