Skip to content

Draft: upnp: remove pointless `#if` guards

Alaric Senat requested to merge backport-upnp-bump into 3.0.x

These functions are inline and will be removed by the compiler anyway if unused. The #if guards add unecessary compexity.

(cherry picked from commit aaef25ce)

Merge request reports