Commit a67a9c99 authored by Max Kellermann's avatar Max Kellermann

tag/Pool: remove redundant `inline` keywords from `constexpr` functions

parent 732b2acf
...@@ -90,7 +90,7 @@ calc_hash(TagType type, const char *p) noexcept ...@@ -90,7 +90,7 @@ calc_hash(TagType type, const char *p) noexcept
return hash ^ type; return hash ^ type;
} }
static inline constexpr TagPoolSlot * static constexpr TagPoolSlot *
tag_item_to_slot(TagItem *item) noexcept tag_item_to_slot(TagItem *item) noexcept
{ {
return &ContainerCast(*item, &TagPoolSlot::item); return &ContainerCast(*item, &TagPoolSlot::item);
......
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