Fix some duplicate inline warnings.
This commit is contained in:
@@ -326,7 +326,7 @@ namespace snmalloc
|
||||
* so. If we have not allocated a per-thread allocator yet, then this
|
||||
* function will allocate one.
|
||||
*/
|
||||
ALWAYSINLINE inline void* lazy_replacement(void* existing)
|
||||
ALWAYSINLINE void* lazy_replacement(void* existing)
|
||||
{
|
||||
if (existing != &GlobalPlaceHolder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user