Merge "Add function CleanupOldScratchFiles symmetrically"
This commit is contained in:
commit
2e5e490d60
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ namespace fs_mgr {
|
||||||
void MapScratchPartitionIfNeeded(Fstab*, const std::function<bool(const std::set<std::string>&)>&) {
|
void MapScratchPartitionIfNeeded(Fstab*, const std::function<bool(const std::set<std::string>&)>&) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CleanupOldScratchFiles() {}
|
||||||
|
|
||||||
void TeardownAllOverlayForMountPoint(const std::string&) {}
|
void TeardownAllOverlayForMountPoint(const std::string&) {}
|
||||||
|
|
||||||
} // namespace fs_mgr
|
} // namespace fs_mgr
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue