| 2425 | bool print = true; |
| 2426 | |
| 2427 | backlink (const path_type& t, path_type&& l, backlink_mode m, bool active) |
| 2428 | : auto_rm<path_type> (move (l), active), target (t), mode (m) |
| 2429 | { |
| 2430 | assert (t.to_directory () == path.to_directory ()); |
| 2431 | } |
| 2432 | |
| 2433 | ~backlink () |
| 2434 | { |
nothing calls this directly
no outgoing calls
no test coverage detected