mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove android_start!
This commit is contained in:
parent
e77ecccc48
commit
522438dd35
1 changed files with 0 additions and 7 deletions
|
@ -257,13 +257,6 @@ extern {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// This macro must be used at toplevel because it defines a nested
|
|
||||||
// module, but macros can only accept identifiers - not paths -
|
|
||||||
// preventing the expansion of this macro within the android module
|
|
||||||
// without use of an additionl stub method or other hackery.
|
|
||||||
#[cfg(target_os = "android")]
|
|
||||||
android_start!(main);
|
|
||||||
|
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
mod android {
|
mod android {
|
||||||
extern crate android_glue;
|
extern crate android_glue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue