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
This commit is contained in:
Steve Klabnik 2016-12-24 14:29:29 -05:00 committed by GitHub
commit e9a2a77746

View file

@ -23,7 +23,6 @@
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;