Remove redundant rust export

This commit is contained in:
LoveSy 2025-01-31 14:21:39 +08:00 committed by John Wu
parent 2aa7f1c094
commit da58571ce5

View File

@ -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++" {