[#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(0x7f2e1b098f18), requires_capability(0x7f2e26d1a678), requires_capability(0x7f2e375e0758), requires_capability(0x7f2e33367b18), requires_capability(0x7f2e3542eb08), requires_capability(0x7f2e28a73668)]] void ScanAndUnlinkAlreadyPrunedFiles(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#