disallow copying
| 46 | FILETIME m_last_write_time; |
| 47 | // disallow copying |
| 48 | DirIvCacheNode(DirIvCacheNode const&) = delete; |
| 49 | void operator=(DirIvCacheNode const&) = delete; |
| 50 | |
| 51 | DirIvCacheNode(); |
nothing calls this directly
no outgoing calls
no test coverage detected