commit | a799e66faab8ef11ce5f00bf44fe33cdb72db1ca | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 28 09:18:55 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 28 09:18:55 2019 -0700 |
tree | cab9ec0b3707b1193f4195719f6d1c930f96093c | |
parent | 66afbbd536ef3d4973056e47139b578f93f77ac1 [diff] | |
parent | 9e23616e2e1ad523e133bc4c4579e2a03a3f8876 [diff] |
Merge "Remove the extern declaration of `sehandle` from roots.cpp." am: 047582b506 am: 9e23616e2e Change-Id: I7428247a802c20ea28832e281ecc1c658f6dd995
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";