Commit 2c2ef29b authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

mgt_param: Remove stale comment

We've had contextual min/max/default values in the param.show and
param.set output and the manual for a while now.
parent 161ab2cf
......@@ -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 = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment