doc: remove unneeded min/max fields deprecations
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Thu, 7 Oct 2021 22:07:50 +0000 (01:07 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 8 Oct 2021 12:58:21 +0000 (14:58 +0200)
commit515d20195b17444262a5732831c0615146c7189c
tree097d19d364ec439f2021b09ca47d86c2b469214f
parent04d43857ea3acbd4db4b28939dc2807932b85e72
doc: remove unneeded min/max fields deprecations

It was announced that `min` and `max` fields and variables in public
headers will be renamed to avoid clash with `min` and `max` macros
defined in Windows headers. However, it is unnecessary, because these
are function-like macros, which are not expanded unless the next token
is an opening brace. It cannot happen for integer fields and variables.
Remove the deprecation notices.

Fixes: c4379ee599ef ("doc: announce API changes for Windows compatibility")

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
doc/guides/rel_notes/deprecation.rst