about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorJason Campbell <jasoncampbell@google.com>2016-12-21 13:28:08 -0800
committerJason Campbell <jasoncampbell@google.com>2016-12-21 13:29:55 -0800
commit88af5bf5ecfebe1683ab449213d218de7871cc92 (patch)
tree497b71e6a83e60e9ce3101faf1fc760959b3a39d /src/libstd/sys
parent3038f30f96fe366e910f9a02521c5a06e5cdc653 (diff)
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.
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/unix/process/magenta.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/process/magenta.rs b/src/libstd/sys/unix/process/magenta.rs
index 319fbce35cd..2bb005be4ec 100644
--- a/src/libstd/sys/unix/process/magenta.rs
+++ b/src/libstd/sys/unix/process/magenta.rs
@@ -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;