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

Commit 1609e8a8 authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Remove unused variable." into main am: c97971b4 am: 33789afc

parents 06122618 33789afc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -135,7 +135,6 @@ static FstabEntry* LocateFormattableEntry(const std::vector<FstabEntry*>& entrie
  if (entries.empty()) {
    return nullptr;
  }
  const auto& blk_device = entries.front()->blk_device;
  FstabEntry* f2fs_entry = nullptr;
  for (auto&& entry : entries) {
    if (getpagesize() != 4096 && entry->fs_type == "f2fs") {