mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd::allocator: Minor remove unused declaration.
This commit is contained in:
parent
0766000b20
commit
46aec8bc8f
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ namespace ircd::allocator
|
||||||
/// Profiling counters.
|
/// Profiling counters.
|
||||||
struct ircd::allocator::profile
|
struct ircd::allocator::profile
|
||||||
{
|
{
|
||||||
struct scope;
|
|
||||||
|
|
||||||
uint64_t alloc_count {0};
|
uint64_t alloc_count {0};
|
||||||
uint64_t free_count {0};
|
uint64_t free_count {0};
|
||||||
size_t alloc_bytes {0};
|
size_t alloc_bytes {0};
|
||||||
|
|
Loading…
Reference in a new issue