Samsung / ONE

On-device Neural Engine
Other
439 stars 157 forks source link

[onert] Remove UNUSED_RELEASE macro #14336

Closed hseok-oh closed 4 days ago

hseok-oh commented 4 days ago

This commit removes UNUSED_RELEASE() macro in onert. UNUSED_RELEASE() macro is introduced to avoid unused variable warning when the variable is only used in debug build. However, it is not necessary because we can use c++17 [[maybe_unused]] instead.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh hseok82.oh@samsung.com