[#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(0x7ff37af16788), requires_capability(0x7ff376b83768), requires_capability(0x7ff37ded1358), requires_capability(0x7ff36c616578), requires_capability(0x7ff37c49a3d8), requires_capability(0x7ff39283cdd8)]] void ScanAndUnlinkAlreadyPrunedFiles(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#