Remove remaining copy of the comment about idtype_t being an enum.

This commit is contained in:
Zack Weinberg 2017-01-10 13:08:19 -05:00
parent 984fb54d83
commit 84bce949d6
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ pub type tcflag_t = ::c_ulong;
pub type nl_item = ::c_int;
pub type id_t = ::c_uint;
pub type sem_t = ::c_int;
// idtype_t is specified as a C enum:
// http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
// However, FFI doesn't currently know how to ABI-match a C enum
// (rust#28925, rust#34641).
pub type idtype_t = ::c_uint;
pub enum timezone {}