mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-23 17:55:17 +00:00
Remove redundant rust export
This commit is contained in:
@@ -54,9 +54,6 @@ pub mod ffi {
|
||||
|
||||
extern "Rust" {
|
||||
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++" {
|
||||
|
Reference in New Issue
Block a user