Commit 732b2acf authored by Max Kellermann's avatar Max Kellermann

lib/upnp: remove redundant `inline` keywords from `constexpr` functions

parent 16906cdc
......@@ -24,14 +24,14 @@
#include <upnptools.h>
static inline constexpr unsigned
static constexpr unsigned
CountNameValuePairs() noexcept
{
return 0;
}
template<typename... Args>
static inline constexpr unsigned
static constexpr unsigned
CountNameValuePairs(gcc_unused const char *name, gcc_unused const char *value,
Args... args) noexcept
{
......
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