0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 10:12:39 +01:00

ircd::allocator: Minor remove unused declaration.

This commit is contained in:
Jason Volk 2018-05-29 02:28:56 -07:00
parent 0766000b20
commit 46aec8bc8f

View file

@ -29,8 +29,6 @@ namespace ircd::allocator
/// Profiling counters.
struct ircd::allocator::profile
{
struct scope;
uint64_t alloc_count {0};
uint64_t free_count {0};
size_t alloc_bytes {0};