node::BlockManager::UnlinkPrunedFiles

Actually unlink the specified files

Synopsis

Declared in <node/blockstorage.h>

void
UnlinkPrunedFiles(std::set<int> const& setFilesToPrune) const;

Parameters

NameDescription
setFilesToPruneThe set of block-file numbers to unlink from disk.