Skip to content

Commit

Permalink
net/control/Protocol: deprecate DUMP_POOLS
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MaxKellermann committed Nov 13, 2024
1 parent c945716 commit eb53093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/control/Protocol.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum class Command {
NODE_STATUS = 4,

/**
* Dump all memory pools.
* Deprecated.
*/
DUMP_POOLS = 5,

Expand Down

0 comments on commit eb53093

Please sign in to comment.