Remove last bits of `UNUSED` macro

parent 3aa87659
...@@ -128,7 +128,6 @@ SpacesInSquareBrackets: false ...@@ -128,7 +128,6 @@ SpacesInSquareBrackets: false
SpaceBeforeSquareBrackets: false SpaceBeforeSquareBrackets: false
Standard: Latest Standard: Latest
StatementMacros: StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION - QT_REQUIRE_VERSION
TabWidth: 8 TabWidth: 8
UseCRLF: false UseCRLF: false
......
...@@ -394,9 +394,7 @@ namespace Pistache::Rest ...@@ -394,9 +394,7 @@ namespace Pistache::Rest
using Response = typename Arguments::template At<1>::Type; using Response = typename Arguments::template At<1>::Type;
// instantiate template this way // instantiate template this way
constexpr Checks<Request, Response> checks; [[maybe_unused]] constexpr Checks<Request, Response> checks;
UNUSED(checks);
} }
} // namespace details } // namespace details
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment