Draft: core, network: Remove unused function parameters
EDIT: Closed this MR in favor of !1208, which addresses this issue more broadly with clang-tidy.
Remove unused function parameters or mark them [[maybe_unused]]
, if they are part of the function's Doxygen.
This MR is marked as Draft until the build flag -Wunused-parameter
is enabled by default (issue #804 (closed)). This flag will ensure that all cases are detected and fixed, and this rule can be strictly enforced.
This MR supersedes !885 (closed)
Edited by Eduardo Almeida