commit | 8c9e2206b8f887bf44604ae4016059baa67d807e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 28 09:27:30 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 28 09:27:30 2019 -0700 |
tree | 5165d986b77d127a2131f8a8adad5e49132ee63a | |
parent | e7dd308591a6634a85211e2b9593fab1c90a0a37 [diff] | |
parent | a799e66faab8ef11ce5f00bf44fe33cdb72db1ca [diff] |
Merge "Remove the extern declaration of `sehandle` from roots.cpp." am: 047582b506 am: 9e23616e2e am: a799e66faa Change-Id: I212e5a5ba2ddf4770ff3a31158c37541f192ed52
diff --git a/roots.cpp b/roots.cpp index 7a922b8..c42723f 100644 --- a/roots.cpp +++ b/roots.cpp
@@ -51,8 +51,6 @@ static Fstab fstab; -extern struct selabel_handle* sehandle; - void load_volume_table() { if (!ReadDefaultFstab(&fstab)) { LOG(ERROR) << "Failed to read default fstab";