Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Feb 14, 2025
1 parent dcabb85 commit c4446ef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/snmalloc/mem/localalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,15 +288,6 @@ namespace snmalloc
p);
}

/**
* Abstracts access to the message queue to handle different
* layout configurations of the allocator.
*/
auto& message_queue()
{
return local_cache.remote_allocator;
}

/**
* Call `Config::is_initialised()` if it is implemented,
* unconditionally returns true otherwise.
Expand Down

0 comments on commit c4446ef

Please sign in to comment.