mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-25 09:52:09 +00:00
Remove redundant rust export
This commit is contained in:
@@ -54,9 +54,6 @@ pub mod ffi {
|
|||||||
|
|
||||||
extern "Rust" {
|
extern "Rust" {
|
||||||
fn print(self: &BootConfig);
|
fn print(self: &BootConfig);
|
||||||
fn prepare_data(self: &MagiskInit);
|
|
||||||
fn legacy_system_as_root(self: &mut MagiskInit);
|
|
||||||
fn restore_ramdisk_init(self: &MagiskInit);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe extern "C++" {
|
unsafe extern "C++" {
|
||||||
|
Reference in New Issue
Block a user