[#node-BlockManager-UnlinkPrunedFiles] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::UnlinkPrunedFiles :relfileprefix: ../../ :mrdocs: Actually unlink the specified files == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnlinkPrunedFiles(std::set<int> const& setFilesToPrune) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *setFilesToPrune* | The set of block‐file numbers to unlink from disk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#