commit | a0fe1227b834410c8ae12159bceaaa7e76bec308 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Mar 29 03:52:46 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 29 03:52:46 2019 +0000 |
tree | 385629afcd38f624cd8af6c2741aba0e9756b704 | |
parent | 047582b5066afc3db0df2e38c0065ecef87a585d [diff] | |
parent | 8bd6f455d261fa62a20321a426723c491903a82e [diff] |
Merge "Fix bogus error checking on unique_fd"
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";