Skip to content

Commit e9a2a77

Browse files
authored
Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfackler
Removes magenta build warning. Small bug fix to remove an unused type in the magenta process code that causes build failures for magenta's rustc. r? @alexcrichton @tedsta @raphlinus
2 parents 67bef48 + 88af5bf commit e9a2a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/unix/process/magenta.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub type mx_rights_t = u32;
2323
pub type mx_status_t = i32;
2424

2525
pub type mx_size_t = usize;
26-
pub type mx_ssize_t = isize;
2726

2827
pub const MX_HANDLE_INVALID: mx_handle_t = 0;
2928

0 commit comments

Comments
 (0)