mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-01 23:14:26 +02:00
Remove redundant rust export
This commit is contained in:
parent
2aa7f1c094
commit
da58571ce5
@ -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++" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user