mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Fix unused extern crate warnings in build-cef
This commit is contained in:
parent
d55884d73e
commit
83a4658cb4
3 changed files with 0 additions and 16 deletions
|
@ -41,17 +41,9 @@ extern crate url as std_url;
|
|||
#[link_args="-Xlinker -undefined -Xlinker dynamic_lookup"]
|
||||
extern { }
|
||||
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate cgl;
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate cocoa;
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate core_foundation;
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate core_graphics;
|
||||
#[cfg(target_os="macos")]
|
||||
extern crate core_text;
|
||||
#[cfg(target_os="macos")]
|
||||
#[macro_use]
|
||||
extern crate objc;
|
||||
#[cfg(target_os="linux")] extern crate x11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue