From fd7d835fd9eba3b87f9d5f287801082bf93b9962 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 27 Mar 2019 23:25:54 -0700 Subject: Remove the extern declaration of `sehandle` from roots.cpp. It has become obsolete since we replaced the call to make_ext4 with e2fsprogs (commit ded2dac082fd703f1cd7a5c3de59450cd3dc2530, which landed into P). Test: mmma -j bootable/recovery Change-Id: I09141322874213dcb0f1280bba239376e71a4d17 --- roots.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/roots.cpp b/roots.cpp index 7a922b8ee..c42723f0c 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"; -- cgit v1.2.3