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