From eb530937bdd98c24af697430183a7690b03ec2ee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Nov 2024 08:22:23 +0100 Subject: [PATCH] net/control/Protocol: deprecate DUMP_POOLS This was a debugging feature I used looong ago before the C++ transition. I havn't used it in 10 years or more. Let's remove it. --- src/net/control/Protocol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/control/Protocol.hxx b/src/net/control/Protocol.hxx index 5e4f76d67..94db74cbb 100644 --- a/src/net/control/Protocol.hxx +++ b/src/net/control/Protocol.hxx @@ -57,7 +57,7 @@ enum class Command { NODE_STATUS = 4, /** - * Dump all memory pools. + * Deprecated. */ DUMP_POOLS = 5,