Remove android_start!

This commit is contained in:
Mátyás Mustoha 2016-10-20 16:45:44 +02:00
parent e77ecccc48
commit 522438dd35

View file

@ -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")]
mod android {
extern crate android_glue;