| 575 | // --------------------------------------------------------------------------- |
| 576 | |
| 577 | void DiskChunkCache::closeAndUnlink() { |
| 578 | commitAndClose(); |
| 579 | if (vfs_) { |
| 580 | vfs_->raw()->xDelete(vfs_->raw(), path_.c_str(), 0); |
| 581 | } |
| 582 | } |
| 583 | |
| 584 | // --------------------------------------------------------------------------- |
| 585 |
no test coverage detected