diff --git a/roots.cpp b/roots.cpp index 7a922b8e..c42723f0 100644 --- a/roots.cpp +++ b/roots.cpp @@ -51,8 +51,6 @@ using android::fs_mgr::ReadDefaultFstab; static Fstab fstab; -extern struct selabel_handle* sehandle; - void load_volume_table() { if (!ReadDefaultFstab(&fstab)) { LOG(ERROR) << "Failed to read default fstab";