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

This commit is contained in:
Treehugger Robot
2019-03-28 15:49:44 +00:00
committed by Gerrit Code Review

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