Skip to content

Commit

Permalink
Removes magenta build warning.
Browse files Browse the repository at this point in the history
Small bug fix to remove an unused type in the magenta process code that causes build failures for magenta's rustc.
  • Loading branch information
jxson committed Dec 21, 2016
1 parent 3038f30 commit 88af5bf
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 88af5bf

Please sign in to comment.