Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd7d835f authored by Tao Bao's avatar Tao Bao
Browse files

Remove the extern declaration of `sehandle` from roots.cpp.

It has become obsolete since we replaced the call to make_ext4 with
e2fsprogs (commit ded2dac0, which landed
into P).

Test: mmma -j bootable/recovery
Change-Id: I09141322874213dcb0f1280bba239376e71a4d17
parent 3168ddf7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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";