shader_recompiler: Remove unnecessary [[nodiscard]] instances
[[nodiscard]] doesn't do anything on functions with a void return type and causes superfluous warnings.
Please register or sign in to comment
[[nodiscard]] doesn't do anything on functions with a void return type and causes superfluous warnings.