Merge "Remove the extern declaration of sehandle from roots.cpp."

am: 047582b506

Change-Id: I19b4158f57b6fb6e562872b2c2cf9d5de4fef820
This commit is contained in:
Tao Bao
2019-03-28 09:14:50 -07:00
committed by android-build-merger

View File

@@ -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";