time machine: Mark leftovers for removal in v7.1

I suspect we could just drop these directly, but lets follow the
deprecation cycle.
This commit is contained in:
Arne Welzel 2023-11-02 17:37:16 +01:00
parent 384453346d
commit cd24acdfc8
3 changed files with 19 additions and 6 deletions

View file

@ -5189,7 +5189,7 @@ const dpd_ignore_ports = F &redef;
const likely_server_ports: set[port] &redef;
## If true, output profiling for Time-Machine queries.
const time_machine_profiling = F &redef;
const time_machine_profiling = F &redef &deprecated="Remove in v7.1. Unused.";
## If true, warns about unused event handlers at startup.
const check_for_unused_event_handlers = F &redef;