[#node-BlockManager-ScanAndUnlinkAlreadyPrunedFiles] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::ScanAndUnlinkAlreadyPrunedFiles :relfileprefix: ../../ :mrdocs: Remove any pruned block & undo files that are still on disk. This could happen on some systems if the file was still being read while unlinked, or if we crash before unlinking. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f95130c8f68), requires_capability(0x7f950163c258), requires_capability(0x7f95241d9248), requires_capability(0x7f951f330548), requires_capability(0x7f950b9c2508), requires_capability(0x7f95175c4c58)]] void ScanAndUnlinkAlreadyPrunedFiles(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#