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

Commit 33789afc authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

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

parents 13f16791 c97971b4
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") {