Skip to content

Commit

Permalink
Rollup merge of rust-lang#38521 - jxson:remove-magenta-warnings, r=sf…
Browse files Browse the repository at this point in the history
…ackler

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
  • Loading branch information
steveklabnik authored Dec 24, 2016
2 parents 67bef48 + 88af5bf commit e9a2a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/sys/unix/process/magenta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pub type mx_rights_t = u32;
pub type mx_status_t = i32;

pub type mx_size_t = usize;
pub type mx_ssize_t = isize;

pub const MX_HANDLE_INVALID: mx_handle_t = 0;

Expand Down

0 comments on commit e9a2a77

Please sign in to comment.