lib/upnp: remove redundant inline
keywords from constexpr
functions
This commit is contained in:
parent
16906cdcbe
commit
732b2acf35
@ -24,14 +24,14 @@
|
|||||||
|
|
||||||
#include <upnptools.h>
|
#include <upnptools.h>
|
||||||
|
|
||||||
static inline constexpr unsigned
|
static constexpr unsigned
|
||||||
CountNameValuePairs() noexcept
|
CountNameValuePairs() noexcept
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
static inline constexpr unsigned
|
static constexpr unsigned
|
||||||
CountNameValuePairs(gcc_unused const char *name, gcc_unused const char *value,
|
CountNameValuePairs(gcc_unused const char *name, gcc_unused const char *value,
|
||||||
Args... args) noexcept
|
Args... args) noexcept
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user