mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Remove some type aliases that are now just re-exports.
This commit is contained in:
parent
5c70dfab01
commit
6d0e48f6cc
40 changed files with 50 additions and 83 deletions
|
@ -27,10 +27,6 @@ pub mod glue;
|
|||
mod traversal;
|
||||
mod wrapper;
|
||||
|
||||
pub use style::gecko_properties as properties;
|
||||
pub use style::gecko_selector_impl as selector_impl;
|
||||
pub use style::gecko_values as values;
|
||||
|
||||
// FIXME(bholley): This should probably go away once we harmonize the allocators.
|
||||
#[no_mangle]
|
||||
pub extern "C" fn je_malloc_usable_size(_: *const ::libc::c_void) -> ::libc::size_t { 0 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue