tag/Pool: remove redundant inline keywords from constexpr functions

This commit is contained in:
Max Kellermann 2019-03-12 11:54:44 +01:00
parent 732b2acf35
commit a67a9c9980

View File

@ -90,7 +90,7 @@ calc_hash(TagType type, const char *p) noexcept
return hash ^ type;
}
static inline constexpr TagPoolSlot *
static constexpr TagPoolSlot *
tag_item_to_slot(TagItem *item) noexcept
{
return &ContainerCast(*item, &TagPoolSlot::item);