Skip to content

Commit

Permalink
mgt_param: Remove stale comment
Browse files Browse the repository at this point in the history
We've had contextual min/max/default values in the param.show and
param.set output and the manual for a while now.
  • Loading branch information
dridi committed Oct 25, 2023
1 parent 161ab2c commit 2c2ef29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/varnishd/mgt/mgt_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -857,11 +857,6 @@ MCF_DumpRstParam(void)
MCF_DYN_REASON(Minimum, min);
MCF_DYN_REASON(Maximum, max);
#undef MCF_DYN_REASON
/*
* XXX: we should mark the params with one/two flags
* XXX: that say if ->min/->max are valid, so we
* XXX: can emit those also in help texts.
*/
if (pp->flags & ~DOCS_FLAGS) {
printf("\t* Flags: ");
q = "";
Expand Down

0 comments on commit 2c2ef29

Please sign in to comment.